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