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