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