goog.module('rawtype.RawType.Bound');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('rawtype.RawType');

const Bound = goog.require('rawtype.RawType.Bound$impl');
exports = Bound;
