/** * CLI: pay and invoice commands * * agentlaunch pay --token USDC [--chain 56] [--json] * agentlaunch invoice create --agent --payer --service --amount [--token FET] [--json] * agentlaunch invoice list --agent [--status pending] [--json] */ import { Command } from "commander"; export declare function registerPayCommand(program: Command): void; //# sourceMappingURL=pay.d.ts.map