import { z } from "zod/v4"; export declare const baseToolSchema: z.ZodObject<{ explanation: z.ZodString; }, z.core.$strip>; export declare const baseFileSchema: z.ZodObject<{ explanation: z.ZodString; path: z.ZodString; }, z.core.$strip>;