/** * Text operation commands: spelling, batch * * Commands for spelling checks and batch operations on markdown files. */ import type { Command } from 'commander'; /** * Register text-ops commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=text-ops.d.ts.map