import type { FeishuCardActionEvent } from '../feishu/client.js'; export declare class CardActionHandler { private extractSelectedOption; handle(event: FeishuCardActionEvent): Promise; private handleStop; private handleUndo; private handleModelSelect; private handleAgentSelect; private handleToggleThinking; private handleHelpRunCommand; private handleSessionCtlSubmit; private handleSessionListSwitch; private handleCreateChatAction; } export declare const cardActionHandler: CardActionHandler; //# sourceMappingURL=card-action.d.ts.map