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