import { IDescription } from '../../..'; export interface IQueryMax { q?: IDescription; max?: number; } export declare const isIQueryMax: (t: any) => t is IQueryMax;