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