import type { SignClientTypes } from "@walletconnect/types"; import type { WalletModuleFactory, BridgeWallet } from "@meer-wallet-selector/core"; export interface WalletConnectParams { projectId: string; metadata: SignClientTypes.Metadata; relayUrl?: string; iconUrl?: string; chainId?: string; deprecated?: boolean; methods?: Array; events?: Array; } export declare function setupWalletConnect({ projectId, metadata, chainId, relayUrl, iconUrl, deprecated, methods, events, }: WalletConnectParams): WalletModuleFactory; //# sourceMappingURL=wallet-connect.d.ts.map