/** Format auto-produced per target language at job-creation time. */ export declare const DubbingExportOption: { readonly Video: "video"; readonly Audio: "audio"; readonly Srt: "srt"; }; export type DubbingExportOption = (typeof DubbingExportOption)[keyof typeof DubbingExportOption];