import type { HookInput, GuardResult } from '../../core/index.js'; /** * Post-push guard: fires PostToolUse on Bash. * After a successful git push, suggests next workflow step. * Context-only (non-blocking), fires once per session. */ export declare function postPushGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=post-push.d.ts.map