import type { Tool } from "@empiricalrun/shared-types/chat-agent"; import { z } from "zod"; declare const ScrapeHtmlInputSchema: z.ZodObject<{ url: z.ZodString; }, z.core.$strip>; type ScrapeHtmlInput = z.infer; export declare const scrapeHtmlTool: Tool; export {}; //# sourceMappingURL=index.d.ts.map