/// <reference types="discord.js" />
export = TextChannel;
declare const TextChannel_base: typeof import("discord.js").TextChannel;
declare class TextChannel extends TextChannel_base {
}
