import * as local from './local'; export declare const QA: { API_HOST: string; CD_API_ENDPOINT: string; CD_S3_ENDPOINT: string; SS_API_ENDPOINT: string; SS_S3_ENDPOINT: string; CLIENT_DATA_CACHE_KEY: string; ANALYTICS_ENDPOINT: string; NOTIFICATIONS_ENDPOINT: string; }; export declare const QA_EU: { API_HOST: string; CD_API_ENDPOINT: string; CD_S3_ENDPOINT: string; SS_API_ENDPOINT: string; SS_S3_ENDPOINT: string; CLIENT_DATA_CACHE_KEY: string; ANALYTICS_ENDPOINT: string; NOTIFICATIONS_ENDPOINT: string; }; export declare const LOCAL: typeof local; export declare const PRODUCTION: { API_HOST: string; CD_API_ENDPOINT: string; CD_S3_ENDPOINT: string; SS_API_ENDPOINT: string; SS_S3_ENDPOINT: string; CLIENT_DATA_CACHE_KEY: string; ANALYTICS_ENDPOINT: string; NOTIFICATIONS_ENDPOINT: string; }; export declare const PRODUCTION_EU: { API_HOST: string; CD_API_ENDPOINT: string; CD_S3_ENDPOINT: string; SS_API_ENDPOINT: string; SS_S3_ENDPOINT: string; CLIENT_DATA_CACHE_KEY: string; ANALYTICS_ENDPOINT: string; NOTIFICATIONS_ENDPOINT: string; };