import type { Config, ConfigOverrides } from "./configTypes.js"; /** * Loads, validates, and resolves the config from disk into an immutable snapshot. * Expects: settingsPath points at the JSON settings file. */ export declare function configLoad(settingsPath?: string, overrides?: ConfigOverrides): Promise; //# sourceMappingURL=configLoad.d.ts.map