/** * Exa Search Tools * * Basic neural/keyword search, deep research, code search, and URL crawling. */ import type { TSchema } from "@gajae-code/ai/core"; import type { CustomTool } from "../extensibility/custom-tools/types"; import type { ExaRenderDetails } from "./types"; export declare const searchTools: CustomTool[];