goog.module('externs.Main.FooImpl');

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

const FooImpl = goog.require('externs.Main.FooImpl$impl');
exports = FooImpl;
