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