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