import { CollectionState, Filter, FiltersMap } from '@wix/bex-core'; export interface EagerLazyModeOptions { fetchAllThreshold: number; expandAllThreshold: number; } export interface NodeCollection { collection: CollectionState; parentFilter?: Filter; } //# sourceMappingURL=types.d.ts.map