import type { Types } from '@cornerstonejs/core'; import { type PolygonWithHoles } from './clipperBooleanOps.js'; export declare function unifyWeaklyConnectedPolygons(polygons: PolygonWithHoles[]): PolygonWithHoles[]; export declare function bridgeSelfIntersectingPolyline(line: Types.Point2[]): Types.Point2[];