import { ConnectionBackend, RequestOptions } from '@angular/http'; import { InterceptorService } from './interceptor-service'; export declare function provideInterceptorService(backend: ConnectionBackend, defaultOptions: RequestOptions): InterceptorService; export declare class InterceptorModule { }