import { MarkdownThemeContext } from '../../../theme/index.js';
import { CommentDisplayPart, Reflection } from 'typedoc';
export declare function getCommentParts(this: MarkdownThemeContext, model: CommentDisplayPart[]): string;
export declare function getReflectionUrl(context: MarkdownThemeContext, reflection: Reflection): string;
