import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const KenBurnsParams: z.ZodObject<{ input: z.ZodString; output: z.ZodString; durationSec: z.ZodNumber; fps: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; startZoom: z.ZodOptional; endZoom: z.ZodOptional; direction: z.ZodOptional>; }, z.core.$strip>; export declare function createKenBurnsTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=ken-burns.d.ts.map