import Conf from "conf"; export declare const BUILTIN_DEFAULT_CONFIG_PATH: string; export declare const DEFAULT_CONFIG_PATH: string; export declare const DEFAULT_RULES_SOURCE: string; export declare function createConfigStore(configPath: string): Conf;