import type { Root } from 'mdast';
import type { Options } from 'mdast-util-to-hast';
import type { Plugin } from 'unified';
export declare const mystToHast: Plugin<[Options?], string, Root>;
