export declare const API_HOST = "localhost.rollout.io:9000"; export declare const CD_API_ENDPOINT: string; export declare const CD_S3_ENDPOINT = "https://development-conf.rollout.io/"; export declare const SS_API_ENDPOINT: string; export declare const SS_S3_ENDPOINT = "https://development-statestore.rollout.io/"; export declare const CLIENT_DATA_CACHE_KEY = "client_data"; export declare const ANALYTICS_ENDPOINT = "http://127.0.0.1:8787"; export declare const NOTIFICATIONS_ENDPOINT = "http://127.0.0.1:8887/sse";