import { Message } from "discord.js";
export declare function createPaginatedReply(ctx: Message, contentChunks: string[], contentType: string): Promise<void>;
