import { IntPoint } from "./IntPoint";
export declare type Path = IntPoint[];
export declare type ReadonlyPath = ReadonlyArray<Readonly<IntPoint>>;
