import { ParaWalletConnectParameters, Wallet } from '../../../types/Wallet.js'; export interface WalletConnectWalletOptions { projectId: string; options?: ParaWalletConnectParameters; } export declare const walletConnectWallet: ({ projectId, options }: WalletConnectWalletOptions) => Wallet;