import type { DefaultWalletOptions, Wallet } from '../../Wallet'; export type SafepalWalletOptions = DefaultWalletOptions; export declare const safepalWallet: ({ projectId, walletConnectParameters }: SafepalWalletOptions) => Wallet;