export declare const Locale: {
    readonly KO_KR: "KO_KR";
    readonly EN_US: "EN_US";
    readonly ZH_CN: "ZH_CN";
    readonly ZH_TW: "ZH_TW";
    readonly JA_JP: "JA_JP";
    readonly RU_RU: "RU_RU";
    readonly TH_TH: "TH_TH";
    readonly VI_VN: "VI_VN";
};
export type Locale = typeof Locale[keyof typeof Locale];
