import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; declare const LoopMatchShortParams: z.ZodObject<{ input: z.ZodString; output: z.ZodString; crossfadeSec: z.ZodOptional; copyMethod: z.ZodOptional>; }, z.core.$strip>; /** * loop_match_short — make a Short re-loop seamlessly. * * YouTube Shorts auto-replay is a confirmed ranking signal — the more * loops a clip racks up, the more it gets pushed. A 0.3s crossfade * between the tail and the head erases the visible "snap" at the * loop boundary. */ export declare function createLoopMatchShortTool(cwd: string): AgentTool; export {}; //# sourceMappingURL=loop-match-short.d.ts.map