goog.module('genericnativetype.BoundedJsArrays');

goog.require('genericnativetype.BoundedJsArray.$Overlay');
goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const BoundedJsArrays = goog.require('genericnativetype.BoundedJsArrays$impl');
exports = BoundedJsArrays;
