import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const SpeedRampParams: z.ZodObject<{ input: z.ZodString; output: z.ZodString; points: z.ZodArray>; muteAudio: z.ZodOptional; }, z.core.$strip>; export declare function createSpeedRampTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=speed-ramp.d.ts.map