/** * @author: JP Lew (jp@cto.ai) * @date: Sunday, 28th April 2019 2:54:44 am * @lastModifiedBy: JP Lew (jp@cto.ai) * @lastModifiedTime: Monday, 9th September 2019 12:15:02 pm * @copyright (c) 2019 CTO.ai */ export declare const defaultApiHost = "https://cto.ai/"; export declare const OPS_API_HOST: string; export declare const OPS_API_PATH: string; export declare const OPS_SEGMENT_KEY: string; export declare const OPS_REGISTRY_HOST: string; export declare const OPS_KEYCLOAK_HOST: string; export declare const NODE_ENV: string; export declare const DEBUG: string | undefined; export declare const OPS_DEBUG: boolean; export declare const HOME: string; export declare const INTERCOM_EMAIL: string; export declare const DOCKER_SOCKET: string; export declare const SEGMENT_URL: string; export declare const OPS_CLIENT_SECRET: string;