import type { Node } from "unist-util-visit";
export declare const remarkMdxHtmlPlugin: () => (markdownAST: Node) => Promise<Node>;
