import type { LoadedConfig, LoadConfigOptions } from "./types.js"; export declare function loadConfig(options?: LoadConfigOptions): Promise;