import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class ErrorCatchingInterceptor implements HttpInterceptor {
    constructor();
    intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<any>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ErrorCatchingInterceptor, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ErrorCatchingInterceptor>;
}
