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