import { ActionsObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { fetchClassList } from '../../classList/classListReducer'; import { fetchCompanyPassportView } from '../../companyView/companyViewReducer'; import { fetchUserListByType } from '../../userListView/userListViewReducer'; import { fetchNotificationSettingsView } from '../settingsViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchNotificationSettingsViewEpic: (actions$: ActionsObservable) => Observable;