/** Supported model types for translation. */ export declare enum TranslationModel { STANDARD = "standard", PREMIUM = "premium" }