import type { HookInput, GuardResult } from '../../core/index.js'; /** * Workflow gate guard: fires PreToolUse on ExitPlanMode. * Blocks ExitPlanMode until review rounds are complete. */ export declare function workflowGateGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=workflow-gate.d.ts.map