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