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