property Http2Session.remoteSettings
Usage in Deno
```typescript import { type Http2Session } from "node:node__http2.d.ts"; ```A prototype-less object describing the current remote settings of this`Http2Session`.
The remote settings are set by the _connected_ HTTP/2 peer.