/** * Exa Websets Tools * * CRUD operations for websets, items, searches, enrichments, and monitoring. */ import type { TSchema } from "@oh-my-pi/pi-ai"; import type { CustomTool } from "../extensibility/custom-tools/types"; import type { ExaRenderDetails } from "./types"; export declare const websetsTools: CustomTool[];