import { CacheService } from './cache.service'; export declare class InvalidateCacheService { private cacheService; constructor(cacheService: CacheService); invalidateByKey({ key }: { key: string; }): Promise; invalidateQuery({ key, }: { key: string; }): Promise; private clearByPattern; } //# sourceMappingURL=invalidate-cache.service.d.ts.map