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