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