import type { Point } from '../types/point.js'; export declare const getShapeLinesBisect: (shapeVertexes: Point[]) => { x: number; y: number; }[];