goog.module('protobuf.Protobuf.Test');

goog.require('java.lang.Object');
goog.require('java.lang.RuntimeException');
goog.require('nativebootstrap.Util');
goog.require('protobuf.MyMessage');
goog.require('vmbootstrap.Exceptions');

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