import type { Types } from '@cornerstonejs/core'; import type { ContourAnnotationData } from '../types'; export declare const distancePointToContour: (viewport: Types.IViewport, annotation: ContourAnnotationData, coords: Types.Point2) => number;