import type { HookInput, GuardResult } from '../../core/index.js'; /** * Workflow-step-gate guard: fires PreToolUse on Edit/Write. * Blocks file edits when a workflow execution is active and * the current step type is not `agent_work`. */ export declare function workflowStepGateGuard(input: HookInput, cwd: string): Promise; //# sourceMappingURL=workflow-step-gate.d.ts.map