/** * This file was auto-generated by Fern from our API Definition. */ export declare type WalletType = "BROADCAST" | "SIGNING"; export declare const WalletType: { readonly Broadcast: "BROADCAST"; readonly Signing: "SIGNING"; };