/** * CLI: buy command * * agentlaunch buy
--amount [--slippage 5] [--chain 56] [--dry-run] [--json] * * Executes a buy on a bonding curve token contract, or previews the trade with --dry-run. */ import { Command } from "commander"; export declare function registerBuyCommand(program: Command): void; //# sourceMappingURL=buy.d.ts.map