import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const SourcePathParams: z.ZodObject<{ package: z.ZodString; verbose: z.ZodOptional; }, z.core.$strip>; export declare function createSourcePathTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=source-path.d.ts.map