export declare const CONFIG_MODULE_NAME = "root-cause"; export declare const RESULTS_DIR_NAME: string; export declare const RUNS_DIR_NAME: string; export declare const TEST_RESULTS_FILE_NAME = "results.json"; export declare const RUN_CONCLUSION_FILE_NAME = "runConclusion.json"; export declare const FALLBACK_RUN_ID = "no_run_id"; export declare const HISTORY_FILE_NAME = "history.json"; export declare const HISTORY_RUNS_TO_RETAIN = 5; export declare const NODE_VERSION: number; export declare const IS_NODE_10: boolean; export declare const RUN_ID_ENV_VAR = "ROOT_CAUSE_RUN_ID"; export declare const BASE_BACKEND_URL: string;