import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateTenantMasterTOSInfo } from '../../../entity/tenant/tenantReducer'; import { updateUserRoles } from '../../../entity/userRole/userRoleReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { acceptMasterTOS, acceptMasterTOSFailure, acceptMasterTOSSuccess } from '../aiCfoViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const acceptMasterTOSEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;