import { StorageState } from './reducer'; export declare const getState: (state: any) => StorageState; export declare const isLoading: (state: any) => StorageState['loading'];