import z from 'zod'; export interface ToolDef { name: string; description: string; parameters: z.ZodType; } //# sourceMappingURL=tools.d.ts.map