/** * Pre-Commit Command * * Runs branch sync check + validation before allowing commit. * This is the recommended workflow before committing code. */ import type { Command } from 'commander'; export declare function preCommitCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showPreCommitVerboseHelp(): void; //# sourceMappingURL=pre-commit.d.ts.map