export declare const Lang: { readonly en_US: "en_US"; readonly ja_JP: "ja_JP"; readonly zh_CN: "zh_CN"; readonly fr_FR: "fr_FR"; readonly ko_KR: "ko_KR"; }; export declare const AllLang: ("en_US" | "ja_JP" | "zh_CN" | "fr_FR" | "ko_KR")[]; export type Lang = (typeof Lang)[keyof typeof Lang];