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