| 507 | allowUnconfirmed?: boolean; |
| 508 | } |
| 509 | declare class WebSocketRequestResponsePair { |
| 510 | constructor(request: string, response: string); |
| 511 | get request(): string; |
| 512 | get response(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected