import { HttpErrorResponse, HttpEvent, HttpInterceptor } from '@angular/common/http';
import { Observable } from 'rxjs';
export declare function inspectErrorResponse(interceptor: HttpInterceptor, resOrUrl: HttpErrorResponse | string, error?: any): Observable<HttpEvent<any>>;