goog.module('jsmethod.JsMethodExample.I');

goog.require('nativebootstrap.Util');

const I = goog.require('jsmethod.JsMethodExample.I$impl');
exports = I;
