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