import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { fetchCompanyTaskManagerView, updateCompanyTaskManagerViewFilters } from '../companyTaskManagerViewReducer'; export type ActionType = ReturnType | ReturnType; export declare const updateCompanyTaskManagerViewFiltersEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;