import type { ContourSegmentationAnnotation } from '../../types/ContourSegmentationAnnotation'; export default function areSameSegment(firstAnnotation: ContourSegmentationAnnotation, secondAnnotation: ContourSegmentationAnnotation): boolean;