import type { PluginConfig } from '../types'; type Ctx = any; export declare function registerWebFetchTool(ctx: Ctx, config: PluginConfig): void; export {};