import { DefinitionList } from '../types/definition-list'; import type { QueryPropertyInterface } from '../types/query-property-interface'; import { QueryClass, LegalRefinementStage } from '../types/query-property-interface'; import type { NestFieldDeclaration } from './nest'; export declare class Nests extends DefinitionList implements QueryPropertyInterface { elementType: string; queryRefinementStage: LegalRefinementStage; forceQueryClass: QueryClass; constructor(nests: NestFieldDeclaration[]); }