goog.module('cast.CastPrimitives.LongValueHolder');

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

const LongValueHolder = goog.require('cast.CastPrimitives.LongValueHolder$impl');
exports = LongValueHolder;
