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