import { EntityInterface, EntityPath } from '../interface.js'; import { EntityCache } from './types.js'; import WeakDependencyMap from './WeakDependencyMap.js'; export type GetEntityCache = (pk: string, schema: EntityInterface) => WeakDependencyMap; export declare const getEntityCaches: (entityCache: EntityCache) => GetEntityCache; //# sourceMappingURL=entitiesCache.d.ts.map