import { Root } from 'mdast';
import { Plugin } from 'unified';

declare const remarkMermaid: Plugin<[], Root>;

export { remarkMermaid };
