/** * Web mapper — maps web_search and web_fetch tool calls to * WEB_SEARCH / WEB_FETCH events with privacy-safe metadata. */ import type { EventMapper, MappedEvent } from "./MapperRegistry.js"; export declare class WebMapper implements EventMapper { toolNames: string[]; mapStart(toolName: string, params: Record): MappedEvent; mapEnd(toolName: string, params: Record, result: Record | null, _error?: Error): MappedEvent; } //# sourceMappingURL=web.d.ts.map