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