import type { MultiModelConfig } from '../types.js'; /** * Return the names of agents carrying an inline `apiKey` instead of using * `apiKeyEnv`. The schema permits both, but plaintext API keys in a config * file are a backup/dotfile/git footgun — serve surfaces this once at * startup so the operator can react. */ export declare function collectInlineApiKeyOffenders(config: MultiModelConfig): string[]; //# sourceMappingURL=config-resolver.d.ts.map