import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../../rootStateTypes'; import { ZeniAPI } from '../../../../zeniAPI'; import { enableInvoicing, enableInvoicingFailure, enableInvoicingSuccess, updateInvoicingConfig } from '../invoicingConfigViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const enableInvoicingEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;