export declare const ENGLISH_US = "en-US"; export declare const FRENCH_FRANCE = "fr-FR"; export declare const SPANISH_SPAIN = "es-ES"; export declare const GERMAN_GERMANY = "de-DE"; export declare const BRAZILIAN_PORTUGUESE = "pt-BR"; export declare const CHINESE_SIMPLIFIED = "zh-Hans"; export declare const ITALIAN_ITALY = "it-IT"; export declare const JAPANESE_JAPAN = "ja-JP"; export declare const INDONESIAN_INDONESIA = "id-ID"; export declare const KOREAN_KOREA = "ko-KR"; export declare const RUSSIAN_RUSSIA = "ru-RU"; export declare const CZECH_CZECHIA = "cs-CZ"; export declare const DUTCH_NETHERLANDS = "nl-NL"; export declare const HUNGARIAN_HUNGARY = "hu-HU"; export declare const PORTUGUESE_PORTUGAL = "pt-PT"; export declare const POLISH_POLAND = "pl-PL"; export declare const SWEDISH_SWEDEN = "sv-SE"; export declare const TURKISH_TURKEY = "tr-TR"; export declare const CHINESE_TRADITIONAL = "zh-Hant"; /** @alias */ export declare const DEFAULT_LANGUAGE = "en-US"; export declare const PSEUDO_LOCALE = "pseudo";