import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { newAddressInLocalStore, resetNewAddressDataInLocalStore } from '../../addressView/addressViewReducer'; import { initializeMyProfileLocalData, updateMyProfileLocalData } from '../settingsViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const initializeMyProfileLocalDataEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;