import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateMonthEndCloseChecks } from '../../../entity/monthEndCloseChecks/monthEndCloseChecksReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchMonthEndCloseChecks, updateMonthEndCloseChecksView } from '../monthEndCloseChecksViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchMonthEndCloseChecksEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;