/** * Hooks MCP Tools — Registration Layer * Thin registration module that aggregates all hooks MCP tools into a single array. * Business logic lives in hooks-embedding.ts, hooks-routing.ts, and hooks-intelligence.ts. */ import type { MCPTool } from './types.js'; export declare const hooksTools: MCPTool[]; export default hooksTools; //# sourceMappingURL=hooks-tools.d.ts.map