import { ActionsObservable } from 'redux-observable'; import { fetchVendor1099TypeList } from '../vendor1099TypeList/vendor1099TypeListReducer'; import { fetchAccountListForAccountTypes, fetchRecommendationForAccountMapping, initializeAccountMappingView } from './accountMappingReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const initializeAccountMappingViewEpic: (actions$: ActionsObservable) => import("rxjs").Observable;