/** * File operation commands: backup, archive, export, clean * * Commands that create, move, or delete project files. */ import type { Command } from 'commander'; /** * Register file-ops commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=file-ops.d.ts.map