import { ReferenceType } from 'typedoc'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function referenceType(context: MarkdownThemeRenderContext, referenceType: ReferenceType): string;