import { z } from "zod"; import { type ToolFactory } from "../types"; declare const parametersSchema: z.ZodObject<{ path: z.ZodString; }, z.core.$strip>; export declare const loadFile: ToolFactory, string>; export {}; //# sourceMappingURL=loadFile.d.ts.map