import { DefinitionList } from '../types/definition-list'; import type { QueryItem } from '../types/query-item'; import type { QueryPropertyInterface } from '../types/query-property-interface'; import { LegalRefinementStage } from '../types/query-property-interface'; export declare class Calculate extends DefinitionList implements QueryPropertyInterface { elementType: string; forceQueryClass: undefined; needsExplicitQueryClass: boolean; queryRefinementStage: LegalRefinementStage; }