import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const CrossfadeVideosParams: z.ZodObject<{ inputA: z.ZodString; inputB: z.ZodString; output: z.ZodString; durationSec: z.ZodNumber; transition: z.ZodOptional>; }, z.core.$strip>; export declare function createCrossfadeVideosTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=crossfade-videos.d.ts.map