/** * Interactive Chat Command */ export declare class ChatSession { private ollama; private conversation; private config; private analytics; constructor(); /** * Start interactive chat session */ start(): Promise; /** * Send message and get response */ private sendMessage; /** * Handle special commands */ private handleCommand; /** * Show help message */ private showHelp; } //# sourceMappingURL=chat.d.ts.map