import { Readable } from "bare-stream"; import { type AudioFormat } from "../../../schemas/index"; export declare function needsDecoding(filePath: string): boolean; export declare function decodeAudioToStream(inputPath: string, audioFormat?: AudioFormat): Promise; //# sourceMappingURL=decoder.d.ts.map