import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const ColorMatchParams: z.ZodObject<{ referenceVideo: z.ZodString; referenceAtSec: z.ZodNumber; targetVideo: z.ZodString; targetAtSec: z.ZodNumber; detail: z.ZodOptional>; model: z.ZodOptional; }, z.core.$strip>; export declare function createColorMatchTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=color-match.d.ts.map