import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const AddMarkerParams: z.ZodObject<{ frame: z.ZodNumber; note: z.ZodString; color: z.ZodOptional>; durationFrames: z.ZodOptional; }, z.core.$strip>; export declare function createAddMarkerTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=add-marker.d.ts.map