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

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

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