declare function invite(data: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; declare function roleMention(mention: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; declare function userMention(mention: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; declare function channelMention(mention: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; declare function emojiInfo(emoji: string): { include: boolean; matchs: RegExpMatchArray | null; groups: any[] | null; }; export { invite, roleMention, userMention, channelMention, emojiInfo }; //# sourceMappingURL=discord.d.ts.map