import { Content } from 'mdast'; declare const markdownToAST: (markdown: string) => Content[]; export default markdownToAST;