import { Command } from 'commander'; export declare function addAction(channelId: string, messageId: string, emoji: string, options: { pretty?: boolean; }): Promise; export declare function removeAction(channelId: string, messageId: string, emoji: string, options: { pretty?: boolean; }): Promise; export declare function listAction(channelId: string, messageId: string, options: { pretty?: boolean; }): Promise; export declare const reactionCommand: Command; //# sourceMappingURL=reaction.d.ts.map