/** * History commands: diff, history, contributors * * Commands for git-based revision tracking and author statistics. */ import type { Command } from 'commander'; /** * Register history commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=history.d.ts.map