import type { Context } from "hono"; import type { WSContext } from "hono/ws"; import { type BrowserToolResult } from "./types.js"; export declare function setExtensionWebSocket(ws: WSContext | null): void; export declare function handleBrowserToolResponse(callId: string, result: BrowserToolResult | { error: string; }): void; export declare function handleMcpRequest(c: Context): Promise; //# sourceMappingURL=handler.d.ts.map