| 516 | allowUnconfirmed?: boolean; |
| 517 | } |
| 518 | declare class WebSocketRequestResponsePair { |
| 519 | constructor(request: string, response: string); |
| 520 | get request(): string; |
| 521 | get response(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected