export declare const DubbingTranscriptsResponseModelTranscriptFormat: { readonly Srt: "srt"; readonly Webvtt: "webvtt"; readonly Json: "json"; }; export type DubbingTranscriptsResponseModelTranscriptFormat = (typeof DubbingTranscriptsResponseModelTranscriptFormat)[keyof typeof DubbingTranscriptsResponseModelTranscriptFormat];