import { ActionsObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { fetchPaymentSources } from '../../cardPayment/cardPaymentViewReducer'; import { getPaymentAccounts } from '../../spendManagement/plaidAccount/plaidAccountViewReducer'; import { fetchBillingAccountsView, fetchCompanyBillingAddress } from '../settingsViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const fetchBillingAccountsListEpic: (actions$: ActionsObservable) => Observable;