import { MarkdownThemeContext } from '../../../theme/index.js';
import { ReflectionType } from 'typedoc';
export declare function reflectionType(this: MarkdownThemeContext, model: ReflectionType, options?: {
    forceCollapse?: boolean;
}): string;
