import { AuthInterceptor } from './auth.interceptor'; import { ErrorInterceptor } from './error.interceptor'; import { LoaderInterceptor } from './loader.interceptor'; export declare const httpInterceptorProviders: ({ provide: import("@angular/core").InjectionToken; useClass: typeof AuthInterceptor; multi: boolean; } | { provide: import("@angular/core").InjectionToken; useClass: typeof ErrorInterceptor; multi: boolean; } | { provide: import("@angular/core").InjectionToken; useClass: typeof LoaderInterceptor; multi: boolean; })[];