import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const ApplyLutParams: z.ZodObject<{ clipId: z.ZodString; lutPath: z.ZodString; nodeIndex: z.ZodOptional; }, z.core.$strip>; export declare function createApplyLutTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=apply-lut.d.ts.map