/** * Plugin to add `id`s to headings. * * @type {import('unified').Plugin, Root>} */ export default function rehypeSlug(): | void | import('unified').Transformer export type Root = import('hast').Root