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