export declare const FORCE_COLOR: string; export declare const HOST_IP: string; export declare const USE_EXISTING_SERVICES: boolean; export declare const SERVICES_USE_TMPFS: boolean; export declare const SERVICE_HEAP_OPTS: string; export declare const DOCKER_NETWORK_NAME: string | undefined; export declare const TEST_NAMESPACE: string; export declare const ELASTICSEARCH_NAME: string; export declare const ELASTICSEARCH_HOSTNAME: string; export declare const ELASTICSEARCH_PORT: string; export declare const ELASTICSEARCH_HOST: string; export declare const ELASTICSEARCH_VERSION: string; export declare const ELASTICSEARCH_API_VERSION: string; export declare const ELASTICSEARCH_DOCKER_IMAGE: string; export declare const KAFKA_NAME: string; export declare const KAFKA_HOSTNAME: string; export declare const KAFKA_PORT: string; export declare const KAFKA_BROKER: string; export declare const KAFKA_VERSION: string; export declare const KAFKA_DOCKER_IMAGE: string; export declare const DEV_TAG: string; export declare const SKIP_E2E_OUTPUT_LOGS: boolean; export declare const REPORT_COVERAGE: boolean; export declare const JEST_MAX_WORKERS: string | undefined; export declare const NPM_DEFAULT_REGISTRY = "https://registry.npmjs.org/"; //# sourceMappingURL=config.d.ts.map