import { AppEnv } from './env.model'; export declare const CONSTANTS: { MAIN: { APP: { BRAND: string; }; }; ENV: AppEnv; };