/** * Milkdown plugin that adds id attributes to heading elements. * Enables anchor link navigation from TOC to headings in the editor. */ export declare const headingIdPlugin: import('@milkdown/utils').$Prose;