import { z } from "zod"; export declare const readSkillTool: { name: string; description: string; schema: z.ZodObject<{ filepath: z.ZodString; }, z.core.$strip>; }; export declare const readSkillToolParams: string[];