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