import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../../rootStateTypes'; import { initializeJeScheduleLocalData, updateJeScheduleLocalDataById } from '../../reducers/jeSchedulesViewReducer'; export type ActionType = ReturnType | ReturnType; export declare const initializeJeScheduleLocalDataEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;