import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { RootState } from '../../../../../rootStateTypes'; import { ZeniAPI } from '../../../../../zeniAPI'; import { billFetchFail, fetchBillAttachment, updateBill } from '../magicLinkViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType; export declare const fetchMagicLinkBillEpic: (actions$: ActionsObservable, _: StateObservable, zeniAPI: ZeniAPI) => Observable;