import type { MapStringTo, Nullable } from "../base-types"; import { MinimalSchema } from "../contracts/querying/minimal-schema"; import { EntityResource } from "./entity-resource"; import { ListResource } from "./list-resource"; export declare class EntityCollectionResource extends ListResource { items: Array; lastHitData?: Nullable>; minimalSchemaList?: MapStringTo; }