goog.module('simplelongs.SimpleLongs');

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

const SimpleLongs = goog.require('simplelongs.SimpleLongs$impl');
exports = SimpleLongs;
