export declare const DubbingModel: { readonly DubbingV1TtsV3: "dubbing_v1_tts_v3"; readonly DubbingV2: "dubbing_v2"; readonly DubbingV3: "dubbing_v3"; readonly DubbingE2EV1: "dubbing_e2e_v1"; }; export type DubbingModel = (typeof DubbingModel)[keyof typeof DubbingModel];