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