import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const CutAtParams: z.ZodObject<{ track: z.ZodNumber; frame: z.ZodNumber; }, z.core.$strip>; export declare function createCutAtTool(host: VideoHost): AgentTool; export {}; //# sourceMappingURL=cut-at.d.ts.map