import type { Options } from 'mdast-util-to-hast';
import type { Plugin } from 'unified';
import type { GenericParent } from 'myst-common';
export declare const mystToHast: Plugin<[Options?], string, GenericParent>;
//# sourceMappingURL=schema.d.ts.map