import { ModuleWithProviders } from '@angular/core'; export declare type Dic = { [key: string]: string; }; export declare const DEFAULT_STATUS_KEYS: Dic; export declare class I18NextErrorInterceptorModule { static forRoot(httpStatusDictionary?: Dic): ModuleWithProviders; }