import { WalletConnectOptions, WalletModule } from "../../../interfaces";
declare function walletConnect(allowAuthAnalytics: boolean, projectId: string): (options: WalletConnectOptions) => WalletModule;
export default walletConnect;
