import type { Root as MdastRoot } from 'mdast'; export declare function convertHeaderLinksToText(): (tree: MdastRoot) => MdastRoot;