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