import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const AddTrackParams: z.ZodObject<{ kind: z.ZodEnum<{ video: "video"; audio: "audio"; subtitle: "subtitle"; }>; }, z.core.$strip>; export declare function createAddTrackTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=add-track.d.ts.map