import { type PluginInput, type ToolDefinition } from '@opencode-ai/plugin'; import type { SmartfetchOptions } from './types'; export declare function createWebfetchTool(pluginCtx: PluginInput, options?: SmartfetchOptions): ToolDefinition;