import type { DhfExportPlugin, DhfExportResult } from '../export-plugin.js'; import type { DhfDocument } from '../document-ir.js'; export declare class HtmlExportPlugin implements DhfExportPlugin { format: "html"; extension: string; mimeType: string; render(doc: DhfDocument): Promise; } //# sourceMappingURL=html-exporter.d.ts.map