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