import { HttpEvent, HttpHandlerFn, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare function responseInterceptor(req: HttpRequest, next: HttpHandlerFn): Observable>;