import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const SetClipVolumeParams: z.ZodObject<{ clipId: z.ZodString; volumeDb: z.ZodNumber; }, z.core.$strip>; export declare function createSetClipVolumeTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=set-clip-volume.d.ts.map