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