import { ActionsObservable, StateObservable } from 'redux-observable'; import { updateBankAccounts } from '../../../../../entity/bankAccount/bankAccountReducer'; import { RootState } from '../../../../../rootStateTypes'; import { fetchVendor, indicateReadyToInitializeBillLocalStore } from '../../../../commonVendorView/vendorView/vendorViewReducer'; import { updateVendorListFailure, updateVendorsList } from '../../../../vendorList/vendorListReducer'; import { fetchPreviousBills } from '../../previousBills/previousBillsReducer'; import { convertAmountToHomeCurrency, fetchVendorAndUpdateBillLocalData, saveBillUpdatesToLocalStore, waitForVendorByIdThenSaveBillUpdatetoLocalStore } from '../editBillViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchVendorAndUpdateBillLocalDataEpic: (actions$: ActionsObservable, state$: StateObservable) => import("rxjs").Observable; export declare const waitForVendorByIdThenSaveBillUpdatetoLocalStoreEpic: (actions$: ActionsObservable, state$: StateObservable) => import("rxjs").Observable;