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