import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const ReorderTimelineParams: z.ZodObject<{ newOrder: z.ZodArray; sourcePathByClipId: z.ZodOptional>; fcpxmlOutput: z.ZodOptional; dryRun: z.ZodOptional; }, z.core.$strip>; export declare function createReorderTimelineTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=reorder-timeline.d.ts.map