import type { ContourSegmentationAnnotation } from '../../types'; export default function convertContourSegmentationAnnotation(annotation: ContourSegmentationAnnotation): ContourSegmentationAnnotation;