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