import { ArrayType } from 'typedoc'; import { MarkdownThemeRenderContext } from '../../theme-render-context'; export declare function arrayType(context: MarkdownThemeRenderContext, arrayType: ArrayType): string;