V3.8.7中使用protobuf的问题?

根据文档
https://docs.cocos.com/creator/3.8/manual/zh/scripting/modules/example.html#案例二-将-protobuf-中的-proto-文件编译成-javascript-文件

走到
import protobufjs from ‘protobufjs’;
log(‘protobufjs:’, protobufjs);
这部分还算顺利

之后的如何使用
proto_js/message_req
proto_js/message_rps
就不知道如何告了,这部分是 v2.4.14使用的,

文档中的demo 无法下载