import type { Root } from "mdast"; import type { VFile } from "vfile"; export declare function remarkMdxHeadings(): (tree: Root, file: VFile) => void; //# sourceMappingURL=remark-headings.d.ts.map