import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateVendors } from '../../../entity/vendor/vendorReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchApAging, updateApAgingOnFailure, updateApAgingOnSuccess } from './apAgingReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchApAgingEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;