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