{} const {} = function({}) { {} }; {}.prototype.protocolId = function() { return {}; }; {}.write = function(buffer, packet) { if (buffer.writePacketFlag(packet)) { return; } {} }; {}.read = function(buffer) { if (!buffer.readBoolean()) { return null; } const packet = new {}(); {} return packet; }; export default {};