goog.module('jsproperties.Foo');

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

const Foo = goog.require('jsproperties.Foo$impl');
exports = Foo;
