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