import { Js as WebSearchProviderPlugin } from "../../types-C_nat0ED.js"; //#region extensions/tavily/web-search-shared.d.ts declare const TAVILY_CREDENTIAL_PATH = "plugins.entries.tavily.config.webSearch.apiKey"; declare function buildTavilyWebSearchProviderBase(): Omit; //#endregion export { TAVILY_CREDENTIAL_PATH, buildTavilyWebSearchProviderBase };