import type { FfmpegCommandPrototype } from '../types.js'; declare function applyInputsOptions(proto: FfmpegCommandPrototype): void; export = applyInputsOptions; //# sourceMappingURL=inputs.d.ts.map