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