import {ComponentImplEnvironmentConfigurationMap} from '../components/types'; export default class EnvConstants { APP_DOMAIN: any; readonly JS_DOMAIN: any; readonly STATIC_DOMAIN: any; readonly COMPONENTS: ComponentImplEnvironmentConfigurationMap; readonly ASSET_PATH: string; readonly DEBUG_MODE: any; readonly ENVIRONMENT: any; } export declare function isDev(): boolean; export declare function debugMode(): boolean;