import type { AudioProbe } from "../types/audio.js"; export declare function probeAudioFile(filePath: string): Promise;