import type { Config } from "./types.js"; export declare const DEFAULT_CONFIG: Config; export declare function loadConfig(): Config; //# sourceMappingURL=config.d.ts.map