import type { HookInput, GuardResult } from '../../core/index.js'; /** * Version-check guard: fires PreToolUse on Bash. * Blocks `git push` to main/master when local package version matches * the published npm version (i.e. version hasn't been bumped). */ export declare function versionCheckGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=version-check.d.ts.map