import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateCustomers } from '../../../entity/customer/customerReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchArAgingDetail, updateArAgingDetailOnFailure, updateArAgingDetailOnSuccess } from './arAgingDetailReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchArAgingDetailEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;