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