/** * Tool registry - exports all tool definitions */ import type { ToolDefinition } from '../types.js'; export declare const allTools: ToolDefinition[]; export declare function toolExists(toolName: string): boolean; //# sourceMappingURL=index.d.ts.map