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