import { NestInterceptor, ExecutionContext, CallHandler } from '@nestjs/common'; import { Observable } from 'rxjs'; export declare class CacheInterceptor implements NestInterceptor { intercept(context: ExecutionContext, next: CallHandler): Observable; } //# sourceMappingURL=cache.interceptor.d.ts.map