goog.module('defaultparams.FooImpl');

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

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