export declare const useStorage: () => {
    hasWallet: boolean;
};
