import { FetchStateAndError } from '../../commonStateTypes/common'; import { TransactionListByEntityView } from '../transactionList/transactionListByEntitySelector'; import { TrendState } from '../trend/trendState'; /** * * @param trendState * @param transactionView * @returns If any of them are completed, then the fetch state comes back as completed. */ export declare const reduceFetchState: (trendState: TrendState, transactionView: TransactionListByEntityView | undefined) => FetchStateAndError;