import { DMChannel, GroupDMChannel, TextChannel } from 'discord.js'; export declare type TextBasedChannel = TextChannel | DMChannel | GroupDMChannel;