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