import type { Root } from 'mdast';
import type { Plugin } from 'unified';
export declare const remarkMermaid: Plugin<[], Root>;
