import type { ResourceOperations } from '../fixture/types.js'; import type { InvalidationBehaviorConfig } from './types.js'; import type { Cache } from '../../infra/cache/types.js'; export declare function withInvalidation(ops: ResourceOperations, config: InvalidationBehaviorConfig, resourceName: string): ResourceOperations & { readonly cache: Cache; }; //# sourceMappingURL=cached.d.ts.map