goog.module('defaultparams.IFoo');

goog.require('nativebootstrap.Util');

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