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 GroupBy extends DefinitionList implements QueryPropertyInterface { elementType: string; queryRefinementStage: LegalRefinementStage; forceQueryClass: QueryClass; }