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

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

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