import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { fetchCompanyOnboardingView, fetchOnboardingCompletedCompanies, fetchQBOConnectionPool } from '../../onboardingView/cockpitView/onboardingCockpitViewReducer'; import { fetchOnboardingView, fetchZeniUsers } from '../companyViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchOnboardingViewEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;