import type { ThresholdMarker } from '../types.js'; export declare function groupOverlappingMarkers(markers: ThresholdMarker[]): ThresholdMarker[][];