/** * Validate Command * * Runs validation phases with git tree hash caching and history recording. */ import type { Command } from 'commander'; export declare function validateCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showValidateVerboseHelp(): void; //# sourceMappingURL=validate.d.ts.map