import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updatePaymentInstruments } from '../../../entity/paymentInstrument/paymentInstrumentReducer'; import { openSnackbar } from '../../../entity/snackbar/snackbarReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { saveVendor, updatePaymentInstrumentsInVendorView } from '../../commonVendorView/vendorView/vendorViewReducer'; import { createInternationalBankAccount, updateStatusForCreateBankAccountFlow } from '../bankAccountViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const createInternationalBankAccountEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;