import { Client, TextChannel } from 'discord.js';
export declare function fakeChannel(client: Client): TextChannel;
