import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const GetMarkersParams: z.ZodObject<{ full: z.ZodOptional; color: z.ZodOptional; contains: z.ZodOptional; startFrame: z.ZodOptional; endFrame: z.ZodOptional; }, z.core.$strip>; export declare function createGetMarkersTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=get-markers.d.ts.map