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