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