import type { Root } from "hast"; /** * Replace all header tag IDs with the slug version and update internal links. * * @param root The HAST tree to process. * @returns The processed HAST tree. */ export declare const removeStyles: (root: Root) => Root;