/**
 * @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 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 class DockerSocketConfigs {
    OS: string;
    SOCKET_PATH: string;
    constructor(OS?: string, SOCKET_PATH?: string);
}
export declare const GetDockerSocketConfigs: () => DockerSocketConfigs;
export declare const SEGMENT_URL: string;
export declare const EVENTS_SERVICE: string | undefined;
