import type { Probe } from '../../interfaces/probe'; export declare function sortProbes(probes: Probe[], idFlag?: string): Probe[];