export declare const TranslateMode: { readonly Formal: "formal"; readonly ModernColloquial: "modern-colloquial"; readonly ClassicColloquial: "classic-colloquial"; readonly CodeMixed: "code-mixed"; }; export type TranslateMode = (typeof TranslateMode)[keyof typeof TranslateMode];