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