import { Universal } from 'koishi'; import { GitHubBotWithAPI } from './api'; export declare class GitHubBotWithReaction extends GitHubBotWithAPI { getReactionList(channelId: string, messageId: string, emoji: string): Promise>; getGuildMemberList(guildId: string): Promise>; getGuildMember(guildId: string, userId: string): Promise; }