import { IEffectsAction } from 'redux-effects-promise'; import { IApplicationTransportErrorInterceptor } from './transport.interface'; export declare class TransportErrorInterceptor implements IApplicationTransportErrorInterceptor { private settings; intercept(payload: any): IEffectsAction[] | IEffectsAction; }