import type { Transform } from 'mdast-util-from-markdown'; declare const mdxToHast: () => Transform; export default mdxToHast;