goog.module('nullability.defaultnullable.DefaultNullable.NullableBound');

goog.require('nativebootstrap.Util');

const NullableBound = goog.require('nullability.defaultnullable.DefaultNullable.NullableBound$impl');
exports = NullableBound;
