import { Config } from './config';
export declare function loadConfig(configPath: string): Promise<Config>;
