import { MarkdownThemeContext } from '../../../theme/index.js';
import { ArrayType, ReferenceType } from 'typedoc';
export declare function typeAndParent(this: MarkdownThemeContext, model: ArrayType | ReferenceType): string;
