import { RxHttpActionTypes, RxHttpSuccessAction, RxHttpErrorAction } from 'redux-rx-http';
export declare const mockSuccess: (data: any, key?: string) => RxHttpSuccessAction;
export declare const mockErr: (actionTypes?: RxHttpActionTypes, body?: any, status?: number) => RxHttpErrorAction;
