import type { Root } from 'hast';
import type { Transformer } from 'unified';
export declare const HEADING_TAGS: string[];
export default function rehypeSlug(): Transformer<Root>;
