import { Content, Heading } from 'mdast'; declare const pickHeadingFromAST: (markdownAst: Content[], headingDepth?: 1 | 2 | 3 | 4 | 5 | 6) => Heading[]; export default pickHeadingFromAST;