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