export declare const WALLET: { value: string; description: string; actions: { info: { value: string; description: string; }; send: { value: string; description: string; }; }; options: { to: string; value: string; bounce: string; config: string; file: string; json: string; }; }; export declare const WALLET_ACTIONS: string[]; export type WalletAction = typeof WALLET_ACTIONS[number]; //# sourceMappingURL=wallet.d.ts.map