export declare const DEV_MODE: boolean; export declare const GLOBAL_CONF_PATH: string; export declare const REGIONS_API_URL: { [key: string]: string; }; export declare const FALLBACK_REGION = "germany";