import { LoadingState } from './reducer'; export declare const isLoading: (state: LoadingState) => boolean; export declare const isLoadingType: (state: LoadingState, type: string) => boolean;