import * as MDAST from '../mdxAst'; export default function parsePage(): (ast: MDAST.Root) => MDAST.Root;