/** * Enforce the cache subsystem's shared per-operation batch bound. * * Request-level batching may split larger workloads into several operations, * but no backend or gateway may receive an unbounded array directly. */ export declare function assertCacheBatchSize(items: readonly unknown[], operation: string): void; //# sourceMappingURL=batch-policy.d.ts.map