/**
 * CloudHospital.ChatApi
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 1.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare const WhatsAppLanguageCode: {
    readonly Af: "af";
    readonly Sq: "sq";
    readonly Ar: "ar";
    readonly ArEg: "ar_EG";
    readonly ArAe: "ar_AE";
    readonly ArLb: "ar_LB";
    readonly ArMa: "ar_MA";
    readonly ArQa: "ar_QA";
    readonly Az: "az";
    readonly BeBy: "be_BY";
    readonly Bn: "bn";
    readonly BnIn: "bn_IN";
    readonly Bg: "bg";
    readonly Ca: "ca";
    readonly ZhCn: "zh_CN";
    readonly ZhHk: "zh_HK";
    readonly ZhTw: "zh_TW";
    readonly Hr: "hr";
    readonly Cs: "cs";
    readonly Da: "da";
    readonly PrsAf: "prs_AF";
    readonly Nl: "nl";
    readonly NlBe: "nl_BE";
    readonly En: "en";
    readonly EnGb: "en_GB";
    readonly EnUs: "en_US";
    readonly EnAe: "en_AE";
    readonly EnAu: "en_AU";
    readonly EnCa: "en_CA";
    readonly EnGh: "en_GH";
    readonly EnIe: "en_IE";
    readonly EnIn: "en_IN";
    readonly EnJm: "en_JM";
    readonly EnMy: "en_MY";
    readonly EnNz: "en_NZ";
    readonly EnQa: "en_QA";
    readonly EnSg: "en_SG";
    readonly EnUg: "en_UG";
    readonly EnZa: "en_ZA";
    readonly Et: "et";
    readonly Fil: "fil";
    readonly Fi: "fi";
    readonly Fr: "fr";
    readonly FrBe: "fr_BE";
    readonly FrCa: "fr_CA";
    readonly FrCh: "fr_CH";
    readonly FrCi: "fr_CI";
    readonly FrMa: "fr_MA";
    readonly Ka: "ka";
    readonly De: "de";
    readonly DeAt: "de_AT";
    readonly DeCh: "de_CH";
    readonly El: "el";
    readonly Gu: "gu";
    readonly Ha: "ha";
    readonly He: "he";
    readonly Hi: "hi";
    readonly Hu: "hu";
    readonly Id: "id";
    readonly Ga: "ga";
    readonly It: "it";
    readonly Ja: "ja";
    readonly Kn: "kn";
    readonly Kk: "kk";
    readonly RwRw: "rw_RW";
    readonly Ko: "ko";
    readonly KyKg: "ky_KG";
    readonly Lo: "lo";
    readonly Lv: "lv";
    readonly Lt: "lt";
    readonly Mk: "mk";
    readonly Ms: "ms";
    readonly Ml: "ml";
    readonly Mr: "mr";
    readonly Nb: "nb";
    readonly PsAf: "ps_AF";
    readonly Fa: "fa";
    readonly Pl: "pl";
    readonly PtBr: "pt_BR";
    readonly PtPt: "pt_PT";
    readonly Pa: "pa";
    readonly Ro: "ro";
    readonly Ru: "ru";
    readonly Sr: "sr";
    readonly SiLk: "si_LK";
    readonly Sk: "sk";
    readonly Sl: "sl";
    readonly Es: "es";
    readonly EsAr: "es_AR";
    readonly EsCl: "es_CL";
    readonly EsCo: "es_CO";
    readonly EsCr: "es_CR";
    readonly EsDo: "es_DO";
    readonly EsEc: "es_EC";
    readonly EsHn: "es_HN";
    readonly EsMx: "es_MX";
    readonly EsPa: "es_PA";
    readonly EsPe: "es_PE";
    readonly EsEs: "es_ES";
    readonly EsUy: "es_UY";
    readonly Sw: "sw";
    readonly Sv: "sv";
    readonly Ta: "ta";
    readonly Te: "te";
    readonly Th: "th";
    readonly Tr: "tr";
    readonly Uk: "uk";
    readonly Ur: "ur";
    readonly Uz: "uz";
    readonly Vi: "vi";
    readonly Zu: "zu";
};
export type WhatsAppLanguageCode = typeof WhatsAppLanguageCode[keyof typeof WhatsAppLanguageCode];
