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