import type { StoreState } from '../../walletStore.js'; export declare function useWalletStore(selector: (state: StoreState) => T): T; //# sourceMappingURL=useWalletStore.d.ts.map