import type { LoadConfigOptions } from '../config.js';
export declare function statConfigMtime(configPath: string): Promise<number | null>;
export declare function collectConfigLayers(options: LoadConfigOptions): Promise<Array<{
    path: string;
    mtimeMs: number | null;
}>>;
//# sourceMappingURL=config-layers.d.ts.map