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