import { ActionsObservable, StateObservable } from 'redux-observable'; import { RootState } from '../../../../../rootStateTypes'; import { newAddressInLocalStore, resetNewAddressDataInLocalStore, resetNewAddressesInLocalStore } from '../../../../addressView/addressViewReducer'; import { clearOnboardingCustomerViewDataInLocalStore, saveOnboardingCustomerViewDataInLocalStore, updateCurrentStep, updateCurrentSubStep, updateOnboardingCustomerViewLocalStoreData } from '../../onboardingCustomerViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const updateOnboardingCustomerViewLocalStoreDataEpic: (actions$: ActionsObservable, state$: StateObservable) => import("rxjs").Observable;