/** * Explain Hook - Explain routing decisions with full transparency */ import type { ToolDefinition } from '../../types/index.js'; export declare const hookExplainTool: ToolDefinition; //# sourceMappingURL=explain.d.ts.map