import type { LLMConfig } from '../llm/types.ts'; export declare function loadConfig(providerOverride?: string): Promise; /** CLI-facing wrapper: exits (not throws) so exit ownership stays in the command layer. */ export declare function loadConfigOrExit(providerOverride?: string): Promise; //# sourceMappingURL=config.d.ts.map