import { z } from 'zod'; /** The optional typed fields save_memory and update_memory both take. */ export declare const memoryFieldsSchema: { name: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; }; //# sourceMappingURL=fields.d.ts.map