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