import { DeclarationReflection } from 'typedoc'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function memberTitle(context: MarkdownThemeRenderContext, reflection: DeclarationReflection, typeParams?: boolean): string;