import { Wallet } from "../../Wallet"; export interface BifrostWalletOptions { projectId: string; } export declare const bifrostWallet: ({ projectId }: BifrostWalletOptions) => Wallet;