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