/** * Framework-agnostic tool definitions * * These definitions can be converted to OpenAI, Anthropic, or Vercel AI SDK formats. * * @module ai/tools */ import type { ToolDefinition } from './types'; /** * All available tools */ export declare const toolDefinitions: Record; //# sourceMappingURL=tools.d.ts.map