import type { FfmpegCommandPrototype, InputState } from './types.js'; export declare function buildFfprobeArgv(input: InputState, options: string[], src: string): string[]; declare function applyFfprobe(proto: FfmpegCommandPrototype): void; export default applyFfprobe; //# sourceMappingURL=ffprobe.d.ts.map