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