import type { VerticalFactor, Direction } from '../types'; export * from './test'; export declare function getFactor(...args: Direction[]): VerticalFactor;