import { Command } from 'commander'; export declare function listAction(options: { pretty?: boolean; }): Promise; export declare function historyAction(chatId: string, options: { limit?: number; pretty?: boolean; }): Promise; export declare function sendAction(chatId: string, content: string, options: { pretty?: boolean; }): Promise; export declare function editAction(chatId: string, messageId: string, content: string, options: { pretty?: boolean; }): Promise; export declare const chatCommand: Command; //# sourceMappingURL=chat.d.ts.map