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