/** * Project information commands: word-count (wc), stats, search * * Read-only queries about the project state. */ import type { Command } from 'commander'; /** * Register project-info commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=project-info.d.ts.map