import type { ContourSegmentationAnnotation } from '../../../types/index.js'; export declare function removeCompleteContourAnnotation(annotation: ContourSegmentationAnnotation): void;