export declare class ChatCommand { private messages; private currentProvider; private currentModel; execute(prompt: string, options: any): Promise; private initializeProviders; private runInteractiveMode; private runSinglePrompt; private handleMessage; } //# sourceMappingURL=chat.d.ts.map