import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const PickBestTakesParams: z.ZodObject<{ transcriptPath: z.ZodString; videoPath: z.ZodOptional; strategy: z.ZodOptional>; threshold: z.ZodOptional; visionDetail: z.ZodOptional>; maxClusters: z.ZodOptional; }, z.core.$strip>; export declare function createPickBestTakesTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=pick-best-takes.d.ts.map