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