/**
 * ffmpeg -i input.mp3 -ar 16000 -ac 1 -c:a pcm_s16le output.wav
 */
export declare const ffmpegConvertToWAV: (inputFilePath: string, outputFilePath: string) => Promise<void>;
//# sourceMappingURL=ffmpegConvertToWAV.d.ts.map