import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const CreateTimelineParams: z.ZodObject<{ name: z.ZodString; fps: z.ZodNumber; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>; export declare function createCreateTimelineTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=create-timeline.d.ts.map