import type { Wallet } from '@wallet-standard/base'; export declare function registerWallet(wallet: Wallet): void; /** @deprecated */ export declare function DEPRECATED_registerWallet(wallet: Wallet): void;