import { DeclarationReflection, ProjectReflection } from 'typedoc'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function toc(context: MarkdownThemeRenderContext, reflection: ProjectReflection | DeclarationReflection): string;