import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const ReformatTimelineParams: z.ZodObject<{ output: z.ZodString; preset: z.ZodEnum<{ "9:16": "9:16"; "1:1": "1:1"; "4:5": "4:5"; "16:9": "16:9"; "4:3": "4:3"; }>; title: z.ZodString; frameRate: z.ZodNumber; events: z.ZodArray; sourceDurationFrames: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare function createReformatTimelineTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=reformat-timeline.d.ts.map