import { AITool } from '../types/index.js'; export declare const AI_TOOLS: AITool[]; export declare function getToolByName(name: string): AITool | undefined; export declare function getAllToolNames(): string[]; //# sourceMappingURL=aiTools.d.ts.map