import type { PuppeteerLaunchOptions } from "puppeteer";
export declare const loadHtml: (url: string, ctx?: PuppeteerLaunchOptions) => Promise<string>;
