import type { ConfigFile } from './types.js'; export declare class LocalConfigReader { private dir; constructor(dir: string); read(): Promise; }