import type { DenormGetEntity } from './types.js'; import { POJODelegate } from '../delegate/Delegate.js'; import type { EntityTable } from '../interface.js'; /** Handles POJO state for MemoCache methods */ export declare const MemoPolicy: { QueryDelegate: typeof POJODelegate; getEntities(entities: EntityTable): DenormGetEntity; }; //# sourceMappingURL=Policy.d.ts.map