import { toZodShape } from "./tool-definitions-base.js"; import type { ToolSpec as ToolSpecType } from "./tool-definitions-base.js"; export { toZodShape }; export type { JsonSchemaField, ToolInputSchema, ToolOutputSchema, ToolAnnotations, ToolSpec, } from "./tool-definitions-base.js"; export declare const TOOL_SPECS: readonly ToolSpecType[]; export declare const TOOL_NAMES: readonly string[];