import { Config } from '../index.ts';
export declare function parseConfig(configPath: string): Promise<Config | null>;
