import * as MDAST from '../types/mdx-ast'; export default function flattenParagraphs(targetType: MDAST.BlockContent['type']): (ast: MDAST.Root) => MDAST.Root;