import { Interceptor } from '../types'; import * as i0 from "@angular/core"; export declare class InterceptorStore { private interceptors; addInterceptor(...interceptors: Interceptor[]): void; getInterceptors(): Interceptor[]; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }