import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const SetPrimaryCorrectionParams: z.ZodObject<{ clipId: z.ZodString; slope: z.ZodOptional>; offset: z.ZodOptional>; power: z.ZodOptional>; saturation: z.ZodOptional; nodeIndex: z.ZodOptional; }, z.core.$strip>; export declare function createSetPrimaryCorrectionTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=set-primary-correction.d.ts.map