/** * Word document tool commands: annotate, apply, comment * * Commands for working with Word documents directly (comments, track changes). */ import type { Command } from 'commander'; /** * Register word-tools commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=word-tools.d.ts.map