import { Node } from'hast';
/**
* Process Markdown AST.
*/exportdeclareconstmdast: any[];
/**
* Process math related Hypertext AST.
* Resolves HTML diffs between `remark-footnotes` and Pandoc footnotes.
*/exportdeclareconsthast: () =>(tree: Node) =>void;