import { MarkdownThemeContext } from '../../../theme/index.js';
import { IndexedAccessType } from 'typedoc';
export declare function indexAccessType(this: MarkdownThemeContext, model: IndexedAccessType): string;
