export declare const Tokens: { fortnitePCGameClient: string; fortniteIOSGameClient: string; fortniteAndroidGameClient: string; launcherAppClient2: string; }; export declare const Resolution: any; export declare type RegionType = "NAE" | "ME" | "NAW" | "OCE" | "ASIA" | "EU" | "BR"; export declare type LanguageType = "ar" | "de" | "en" | "es" | "es-419" | "fr" | "it" | "ja" | "ko" | "pl" | "pt-BR" | "ru" | "tr" | "zh-CN" | "zh-Hant"; export declare type ResolutionsType = "1920x1080" | "1280x720" | "1152x656" | "864x480" | "640x368" | "512x288";