import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { fetchAuditReportGroupView, updateAuditReportGroupViewOnFailure, updateAuditReportGroupViewOnSuccess } from '../auditReportViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchAuditReportGroupViewEpic: (actions$: ActionsObservable, state$: StateObservable, zeniAPI: ZeniAPI) => Observable;