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