@grpc/proto-loader was just released, and is intended to supercede proto-loading functionality in grpc. This (1) allows future grpc API changes to not be tied to changes in the protobufjs API, and (2) makes it easier for @grpc/grpc-js to be used as a drop-in pure JS implementation of the grpc client.
I'm hoping to open a PR to introduce these changes soon.