goog.module('bridgemethods.I');

goog.require('nativebootstrap.Util');

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