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