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<InterceptorStore, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorStore>;
}
