/** * Mermaid template for flowcharts, sequence diagrams, ER diagrams, etc. * Based on nicobailon/visual-explainer mermaid-flowchart.html. * * Key invariants (each one exists because it was a real bug): * 1. Mermaid source is placed inside `` — * so we only need to neutralize the literal sequence ``, `<`, `>`, `&`) passes * through untouched, which is exactly what Mermaid wants. */ export declare function escapeMermaidSource(source: string): string; //# sourceMappingURL=mermaid.d.ts.map