import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const CopyGradeParams: z.ZodObject<{ sourceClipId: z.ZodString; targetClipIds: z.ZodArray; }, z.core.$strip>; export declare function createCopyGradeTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=copy-grade.d.ts.map