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