/** * Core commands: review, strip, status * * Basic annotation operations for track changes workflow. */ import type { Command } from 'commander'; /** * Register core commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=core.d.ts.map