export { WebSocket } from 'ws'; export function isBrowserEnvironment(): boolean { return false; } export const useWebSocketProtocols = false;