export declare const CONFIG_CANDIDATES: string[]; export declare function findConfigFile(projectRoot: string, explicitPath?: string): string | null; export declare function loadConfig(configPath: string): Promise; //# sourceMappingURL=config.d.ts.map