/** * Save an audio file to `outPath`, creating the directory. Returns the byte count. * A non-2xx answer or an empty body is a CliError naming the URL, so a creator can * fetch it by hand. */ export declare function downloadAudioFile(url: string, outPath: string, fetchImpl: typeof globalThis.fetch, label: string): Promise;