import { DefinitionList } from '../types/definition-list'; import type { QueryItem } from '../types/query-item'; import type { QueryPropertyInterface } from '../types/query-property-interface'; import { LegalRefinementStage, QueryClass } from '../types/query-property-interface'; export declare class Aggregate extends DefinitionList implements QueryPropertyInterface { elementType: string; readonly queryRefinementStage = LegalRefinementStage.Single; readonly forceQueryClass = QueryClass.Grouping; }