import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const CloneTimelineParams: z.ZodObject<{ newName: z.ZodString; }, z.core.$strip>; export declare function createCloneTimelineTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=clone-timeline.d.ts.map