export declare const WebSocket: {
    new (url: string | URL, protocols?: string | string[] | undefined): WebSocket;
    prototype: WebSocket;
    readonly CONNECTING: 0;
    readonly OPEN: 1;
    readonly CLOSING: 2;
    readonly CLOSED: 3;
};
type MessageEvent_ = MessageEvent;
export type { MessageEvent_ as MessageEvent };
//# sourceMappingURL=native.d.ts.map