import { Observable } from 'rxjs'; import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; export declare class HttpClientResponseInterceptor implements HttpInterceptor { private readonly env; private readonly oAuthModel; constructor(env: any, oAuthModel: any); intercept(request: HttpRequest, next: HttpHandler): Observable>; }