import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const ReplaceClipParams: z.ZodObject<{ clipId: z.ZodString; mediaPath: z.ZodString; }, z.core.$strip>; export declare function createReplaceClipTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=replace-clip.d.ts.map