import { ActionsObservable, StateObservable } from 'redux-observable'; import { RootState } from '../../../../rootStateTypes'; import { newAddressInLocalStore, resetNewAddressesInLocalStore } from '../../../addressView/addressViewReducer'; import { clearOnboardingCustomerViewUpdateData, initializeOnboardingCustomerViewUpdateData, saveOnboardingCustomerDataInLocalStore, saveOnboardingCustomerViewUpdateData, updateCustomerLocalStoreInitStateOnFailure } from '../onboardingCockpitViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const initializeOnboardingCustomerViewUpdateDataEpic: (actions$: ActionsObservable, state$: StateObservable) => import("rxjs").Observable;