import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { updateAllNotifications } from '../../../entity/notification/notificationReducer'; import { openSnackbar } from '../../../entity/snackbar/snackbarReducer'; import { updateAllUsers } from '../../../entity/user/userReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchNotificationUnreadCount, fetchNotificationUnreadCountFailure, fetchNotificationUnreadCountSuccess } from '../notificationViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchNotificationUnreadCountEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;