import { MarkdownThemeContext } from '../../../theme/index.js';
import { ReflectionCategory } from 'typedoc';
export declare function categories(this: MarkdownThemeContext, models: ReflectionCategory[], options: {
    headingLevel: number;
}): string;
