/** * CF-049: comments command * * agentlaunch comments
[--post ] [--json] * * Default action: list comments for a token. * With --post: post a new comment (requires API key). * * Endpoints: * GET /comments/{address} List comments * POST /comments/{address} { message } Post a comment */ import { Command } from "commander"; export declare function registerCommentsCommand(program: Command): void; //# sourceMappingURL=comments.d.ts.map