import { Context } from "koishi";
export declare class PuppeteerUtil {
    private readonly puppeteer;
    private static instance;
    private readonly width;
    static getInstance(ctx?: Context): PuppeteerUtil;
    constructor(ctx: Context);
    private render;
    getHtml(reply: string): Promise<string>;
}
