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