import ArraySchema from './Array.js'; import { IQueryDelegate } from '../interface.js'; import { EntityInterface, EntityMap, SchemaFunction } from '../schema.js'; /** * Retrieves all entities in cache * * @see https://dataclient.io/rest/api/All */ export default class AllSchema extends ArraySchema { constructor(definition: S, schemaAttribute?: S extends EntityMap ? keyof T | SchemaFunction : undefined); normalize(input: any, parent: any, key: any, delegate: any): any; queryKey(args: any, unvisit: any, delegate: IQueryDelegate): any; } //# sourceMappingURL=All.d.ts.map