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