import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { SkillSource } from "../core/skills-loader.js"; declare const ReadSkillParams: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; export declare function createReadSkillTool(skills: SkillSource[]): AgentTool; export {}; //# sourceMappingURL=read-skill.d.ts.map