import type { PageMetaTags } from '@mintlify/models';
import type { Root } from 'mdast';
import type { MdxExtracts } from '../../../types/index.js';
export declare const HEADING_NAMES: string[];
export declare const remarkExtractTableOfContents: (mdxExtracts?: MdxExtracts, pageMetadata?: PageMetaTags) => (tree: Root) => void;
