export declare const cache: Record; export declare function generateDiagramHash(diagram: string): string; export declare function renderMermaid(nodes: string[], theme?: string): Promise; //# sourceMappingURL=render-mermaid.d.ts.map