/** * Plugin to add anchors headings using GitHub’s algorithm. * * @type {import('unified').Plugin} */ export default function remarkSlug(): | void | import('unified').Transformer export type Root = import('mdast').Root export type Properties = import('hast').Properties