import type { PathArray } from '../types';
export declare function getDrawDirection(pathArray: PathArray): boolean;
