import { Command } from 'commander'; export declare class ChatCommand { private logger; private chatService; getCommand(): Command; startChatSession(options: any): Promise; private showChatHelp; private showOrchestrationStatus; private showAvailableAgents; } //# sourceMappingURL=chat.d.ts.map