import { Configuration } from '../configuration';
export declare function loadProjectConfiguration(): Promise<Required<Configuration>>;
