import { Vector2 } from 'three'; import { Shape2 } from '../DatabaseServices/Shape2'; export declare function CreatePolylinePath(pts: Vector2[], buls: number[], displayAccuracy?: number): Shape2; export declare function CreateShapeFromPoints(): void; //# sourceMappingURL=CreatePolylinePath.d.ts.map