export declare const defaultFfmpegPath: string; export declare function doesFfmpegSupportCodec(codec: string, ffmpegPath?: string): Promise; export declare function isFfmpegInstalled(ffmpegPath?: string): Promise; //# sourceMappingURL=ffmpeg.d.ts.map