import * as MDAST from '../mdxAst'; export default function parseTokens(src: string, filePath?: string): (ast: MDAST.Root) => MDAST.Root;