import MarkdownIt from 'markdown-it'; export default function mermaidPlugin(md: MarkdownIt, options: { dark?: boolean; }): void;