/** * Comment commands: comments, resolve, next, prev, first, last, todo, accept, reject, reply * * Commands for viewing, navigating, and managing reviewer comments and track changes. */ import { Command } from 'commander'; /** * Register comment commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=comments.d.ts.map