import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { fetchSubscriptionList } from '../../subscriptionView/subscriptionViewReducer'; import { fetchSubscriptionView, fetchZeniUsers } from '../companyViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchSubscriptionViewEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;