import { createFeishuMessageClient as createDefaultFeishuMessageClient } from '../feishu/client.js'; type FeishuMessageClientFactory = typeof createDefaultFeishuMessageClient; interface MessageReactInput { agent?: string; channel?: string; item?: string; messageId?: string; messageTs?: string; name?: string; reactionId?: string; remove?: boolean; } interface MessageReactDeps { createFeishuMessageClient?: FeishuMessageClientFactory; } export declare function runMessageReact(opts: MessageReactInput, deps?: MessageReactDeps): Promise; export {}; //# sourceMappingURL=reactions.d.ts.map