interface ConfigOptions { setAnthropicKey?: string; setPerplexityKey?: string; setDefaultAgent?: string; setModel?: string; show?: boolean; } export declare function configCommand(options: ConfigOptions): Promise; export {}; //# sourceMappingURL=config.d.ts.map