import { InjectionToken } from '@angular/core'; import { HttpErrorConfig, HttpErrorHandler } from '../models'; export declare function httpErrorConfigFactory(config?: HttpErrorConfig): HttpErrorConfig; export declare const HTTP_ERROR_CONFIG: InjectionToken; export declare const HTTP_ERROR_HANDLER: InjectionToken;