/** Listed in order of how they cycle through the options menu. */
export declare enum LanguageAbbreviation {
    ENGLISH = "en",
    JAPANESE = "jp",
    SPANISH = "es",
    GERMAN = "de",
    RUSSIAN = "ru",
    KOREAN = "kr",
    CHINESE_SIMPLE = "zh"
}
//# sourceMappingURL=LanguageAbbreviation.d.ts.map