import { Wallet } from '@aptos-labs/wallet-standard'; export declare function isNonEmptyArray(value: any): boolean; export declare function isStandardSuiWalletAdapterCompatibleWallet(wallet: Wallet): boolean; export declare function isStandardAptosWalletAdapterCompatibleWallet(wallet: Wallet): boolean;