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