import type { Types } from '@cornerstonejs/core'; export declare function isPointInsidePolyline3D(point: Types.Point3, polyline: Types.Point3[], options?: { holes?: Types.Point3[][]; }): boolean;