import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const ImportSubtitlesParams: z.ZodObject<{ srtPath: z.ZodString; }, z.core.$strip>; export declare function createImportSubtitlesTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=import-subtitles.d.ts.map