import { Client, Message } from 'discord.js';
export declare function fakeMessage(client: Client, content?: string, authorId?: string, channelId?: string): Message;
