import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const WriteEdlParams: z.ZodObject<{ output: z.ZodString; title: z.ZodString; frameRate: z.ZodNumber; events: z.ZodArray>; sourceInFrame: z.ZodNumber; sourceOutFrame: z.ZodNumber; clipName: z.ZodOptional; }, z.core.$strip>>; dropFrame: z.ZodOptional; }, z.core.$strip>; export declare function createWriteEdlTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=write-edl.d.ts.map