import { Channel, Client } from 'discord.js'; import { memeOptions } from '../meme'; /** * @deprecated Use {@link meme()} */ export declare function automeme(clientOrChannel: Client | Channel, options?: memeOptions): Promise;