import { ProjectConfig } from '../types';
export declare const loadProjectConfig: (rootDir: string) => Promise<ProjectConfig>;
