import type { SlackAccessor } from '../../accessor/slack.ts'; import type { SlackResponse } from './client.ts'; export declare function addReaction(accessor: SlackAccessor, channelId: string, timestamp: string, reaction: string): Promise; export declare function getReactions(accessor: SlackAccessor, channelId: string, timestamp: string): Promise>; //# sourceMappingURL=react.d.ts.map