import { NestInterceptor, ExecutionContext, CallHandler } from '@nestjs/common'; import { Observable } from 'rxjs'; import { ClsService } from 'nestjs-cls'; export declare class RequestIdInterceptor implements NestInterceptor { private readonly clsService; constructor(clsService: ClsService); intercept(context: ExecutionContext, next: CallHandler): Observable; } //# sourceMappingURL=request-id.interceptor.d.ts.map