/** Translation-style / tone register. Matches content tone, not topic. Defaults to auto-detection by genre when omitted. */ export declare const DubbingRegister: { readonly Formal: "formal"; readonly CommonIndic: "common-indic"; readonly ClassicColloquial: "classic-colloquial"; readonly ModernColloquial: "modern-colloquial"; readonly Academic: "academic"; readonly Auto: "auto"; }; export type DubbingRegister = (typeof DubbingRegister)[keyof typeof DubbingRegister];