import type { Types } from '@cornerstonejs/core'; import type { PlanarFreehandROIAnnotation } from '../../../types/ToolSpecificAnnotationTypes'; export default function findOpenUShapedContourVectorToPeak(canvasPoints: Types.Point2[], viewport: Types.IStackViewport | Types.IVolumeViewport): Types.Point3[]; export declare function resolveVectorToPeak(canvasPoints: Types.Point2[], viewport: Types.IStackViewport | Types.IVolumeViewport, variant: PlanarFreehandROIAnnotation['data']['isOpenUShapeContour']): Types.Point3[] | null; export declare function resolveVectorToPeakOnRender(enabledElement: Types.IEnabledElement, annotation: PlanarFreehandROIAnnotation): Types.Point3[] | null;