import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const SetClipSpeedParams: z.ZodObject<{ clipId: z.ZodString; speed: z.ZodNumber; }, z.core.$strip>; export declare function createSetClipSpeedTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=set-clip-speed.d.ts.map