import { FetchStateAndError } from '../../commonStateTypes/common'; export declare const isAnyFetchCompleted: (fetchStateList: FetchStateAndError[]) => boolean; export declare const reduceFetchState: (fetchStateList: FetchStateAndError[]) => FetchStateAndError;