/** * `request/` domain — protocol surface for invoking backend endpoints. * * 18 tools across HTTP, gRPC, GraphQL, WebSocket lifecycle, replay, * host-scoped default headers, target-scoped default gRPC metadata, and * direct cookie jar manipulation. */ import { Tool } from '../../../../tools'; import { BackendToolSessionContext } from '../context'; export declare const tools: Tool[];