/** * HITL Tools - The ONLY human-in-the-loop tools in the repository * Provides decision points for critical operations */ import type { ToolDefinition } from '../core/toolRuntime.js'; export declare function createHITLTools(): ToolDefinition[]; //# sourceMappingURL=hitlTools.d.ts.map