import { ActionsObservable, StateObservable } from 'redux-observable'; import { RootState } from '../../rootStateTypes'; import { initializeEditPerson, peopleSaveDataInLocalStore } from './peopleReducer'; export type ActionType = ReturnType | ReturnType; export declare const initializeEditPersonEpic: (actions$: ActionsObservable, state$: StateObservable) => import("rxjs").Observable;