import { ActionsObservable, StateObservable } from 'redux-observable'; import { updateVendors } from '../../entity/vendor/vendorReducer'; import { RootState } from '../../rootStateTypes'; import { ZeniAPI } from '../../zeniAPI'; import { fetchOpExByVendorReportSummary, updateOpExByVendorReportGenerated, updateOpExByVendorReportSummaryFailure, updateOpExByVendorReportSummarySuccess } from './opExByVendorReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchOpExByVendorReportSummaryEpic: (actions$: ActionsObservable, _state: StateObservable, zeniAPI: ZeniAPI) => import("rxjs").Observable;