/** * mermaid 插件 * @param md markdown-it * @constructor MermaidIt */ export declare const MermaidIt: (md: any) => void;