import type { HookInput, GuardResult } from '../../core/index.js'; /** * Push nudge guard: fires PostToolUse on Bash. * Nudges to push after git commit commands when unpushed count or time is high. */ export declare function pushNudgeGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=push-nudge.d.ts.map