/** * CLI-004: status command * * agentlaunch status
[--json] * * Fetches a token from GET /token/ and shows its details. */ import { Command } from "commander"; export declare function registerStatusCommand(program: Command): void; //# sourceMappingURL=status.d.ts.map