/** * SYNC command: Import feedback from Word/PDF back to section files * * Split from sections.ts for maintainability. */ import type { Command } from 'commander'; /** * Register the sync command with the program */ export declare function register(program: Command): void; //# sourceMappingURL=sync.d.ts.map