import type { Point } from '../types/point.js'; export declare const getShapeLinesBisect: (shapeVertexes: Point[]) => { x: number; y: number; }[]; //# sourceMappingURL=get-shape-lines-bisect.d.ts.map