import { EventBlueprint } from "applesauce-factory";
import { WalletSupport } from "../helpers/support.js";
/** Creates a wallet info event */
export declare function WalletSupportBlueprint(info: WalletSupport, client?: string): EventBlueprint;
