export default function html2pdf({ html, filepath, }: { html: string; filepath: string; }): Promise<{ filepath: string; }>; //# sourceMappingURL=html2img.d.ts.map