/** * History command - View and manage validation history */ import { type Command } from 'commander'; /** * Register history command */ export declare function historyCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showHistoryVerboseHelp(): void; //# sourceMappingURL=history.d.ts.map