/** * Configuration file discovery and loading */ import type { ConfigWithRoot } from './types.js'; export declare function findConfigFile(cwd?: string): Promise; export declare function loadConfig(configPath: string): Promise; //# sourceMappingURL=loader.d.ts.map