import { MarkdownThemeContext } from '../../../theme/index.js'; import { Comment } from 'typedoc'; export declare function getDescriptionForComment(this: MarkdownThemeContext, comment: Comment): string | null;