import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const GenerateGifParams: z.ZodObject<{ input: z.ZodString; output: z.ZodString; startSec: z.ZodOptional; durationSec: z.ZodOptional; fps: z.ZodOptional; width: z.ZodOptional; }, z.core.$strip>; export declare function createGenerateGifTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=generate-gif.d.ts.map