/**
 * Attaches native Web Socket Server to a given property.
 */
export declare const WebSocketServer: () => PropertyDecorator;
