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