import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from '@angular/core'; declare class SdNoInternetInterceptor implements HttpInterceptor { #private; private snackBar; private injector; /** Inserted by Angular inject() migration for backwards compatibility */ constructor(...args: unknown[]); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class SdUnauthorizedInterceptor implements HttpInterceptor { #private; private authService; /** Inserted by Angular inject() migration for backwards compatibility */ constructor(...args: unknown[]); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { SdNoInternetInterceptor, SdUnauthorizedInterceptor };