import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const InsertBrollParams: z.ZodObject<{ mediaPath: z.ZodString; track: z.ZodOptional; recordFrame: z.ZodNumber; sourceInFrame: z.ZodOptional; sourceOutFrame: z.ZodOptional; }, z.core.$strip>; export declare function createInsertBrollTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=insert-broll.d.ts.map