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

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

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