/** * CLI: wallet command group * * agentlaunch wallet balances [--token USDC] [--chain 56] [--json] * agentlaunch wallet delegate --spender
[--chain 56] [--json] * agentlaunch wallet allowance --owner
--spender
[--chain 56] [--json] * agentlaunch wallet send [--chain 56] [--json] */ import { Command } from "commander"; export declare function registerWalletCommand(program: Command): void; //# sourceMappingURL=wallet.d.ts.map