import { DefaultWalletOptions, Wallet } from '../../../types/Wallet.js'; export type HahaWalletOptions = DefaultWalletOptions; export declare const hahaWallet: ({ projectId, walletConnectParameters }: HahaWalletOptions) => Wallet;