import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const RenderParams: z.ZodObject<{ preset: z.ZodString; output: z.ZodString; }, z.core.$strip>; export declare function createRenderTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=render.d.ts.map