import { ServerGatewayInterface } from '../ServerGatewayInterface'; export interface ClientConnection> { readonly options: Options; readonly gateway: Gateway; }