import { Observable } from 'rxjs';
import { ActionsObservable, Epic } from 'redux-observable';
export declare const inviteUserSuccess: (action$: ActionsObservable<any>) => Observable<any>;
export declare const inviteUserError: (action$: ActionsObservable<any>) => Observable<any>;
export declare const inviteUserEpics: Epic<any, {}, any>;
