import { IWalletAdapter } from '@razorlabs/m2-wallet-sdk'; /** * detect wallet adapters that support wallet-standard from window and register event * normalize them to WalletAdapter * Notice: call once only in provider, cuz there is event registration */ export declare function useSuiWalletAdapterDetection(): { data: IWalletAdapter[]; };