import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const WriteFcpxmlParams: z.ZodObject<{ output: z.ZodString; title: z.ZodString; frameRate: z.ZodNumber; width: z.ZodOptional; height: z.ZodOptional; events: z.ZodArray; sourceDurationFrames: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare function createWriteFcpxmlTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=write-fcpxml.d.ts.map