goog.module('protobuf.Protobuf');

goog.require('com.google.protobuf.GeneratedMessage');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('protobuf.MyEnum');
goog.require('protobuf.MyMessage');

const Protobuf = goog.require('protobuf.Protobuf$impl');
exports = Protobuf;
