import type { Wallet } from '../../Wallet'; export declare const ctrlWallet: () => Wallet; /** * @deprecated Use `ctrlWallet` instead. This wallet connector will be removed in a future version. */ export declare const xdefiWallet: () => Wallet;