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