goog.module('strings.Foo');

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

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