/** * Review CLI Command - Manage review checklist for REVIEWING state * @requirement REVIEW-CHECKLIST-001 - Review checklist CLI */ import { Command } from 'commander'; /** * Register review command */ export declare function registerReviewCommand(program: Command): void;