/** * Section commands: import, extract, split * * Commands for importing Word documents and splitting section files. * Sync and merge commands are in sync.ts and merge-resolve.ts respectively. */ import type { Command } from 'commander'; /** * Register section commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=sections.d.ts.map