declare function loadConfig(dirname: string): Promise<{
    path: string;
    config: any;
}>;

export { loadConfig };
