/** * MERGE, CONFLICTS, and MERGE-RESOLVE commands * * Commands for three-way merge of reviewer feedback and conflict resolution. * Split from sections.ts for maintainability. */ import type { Command } from 'commander'; /** * Register merge, conflicts, and merge-resolve commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=merge-resolve.d.ts.map