/** * markdown-it plugin for Mermaid diagram support. * Converts ```mermaid code blocks into
 elements
 * that the mermaid.js library renders client-side in the preview iframe.
 */
export declare function mermaidPlugin(md: any): void;