import { ActionsObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { fetchClassList } from '../../classList/classListReducer'; import { fetchCompanyPassportView } from '../../companyView/companyViewReducer'; import { fetchMyProfile, fetchMyProfileView } from '../settingsViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchMyProfileViewEpic: (actions$: ActionsObservable) => Observable;