WsHandlerDefinitionLookup: {
    close-connection: typeof CloseConnectionHandlerDefinition;
    reset-connection: typeof ResetConnectionHandlerDefinition;
    timeout: typeof TimeoutHandlerDefinition;
    ws-echo: typeof EchoWebSocketHandlerDefinition;
    ws-listen: typeof ListenWebSocketHandlerDefinition;
    ws-passthrough: typeof PassThroughWebSocketHandlerDefinition;
    ws-reject: typeof RejectWebSocketHandlerDefinition;
} = ...