import type { HookInput, GuardResult } from '../../core/index.js'; /** * Branch-before-commit guard: fires PreToolUse on Bash. * Blocks `git commit` on protected branches — create a feature branch first. */ export declare function branchBeforeCommitGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=branch-before-commit.d.ts.map