export declare const WebSocket: (new (url: string | URL, protocols?: string | string[] | undefined) => WebSocket) & WebSocket;