import { z } from "zod"; import type { AgentTool } from "@kenkaiiii/gg-agent"; import type { VideoHost } from "../core/hosts/types.js"; declare const ImportToMediaPoolParams: z.ZodObject<{ paths: z.ZodArray; bin: z.ZodOptional; }, z.core.$strip>; export declare function createImportToMediaPoolTool(host: VideoHost, cwd: string): AgentTool; export {}; //# sourceMappingURL=import-to-media-pool.d.ts.map