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