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