goog.module('bridgemethods.BridgeMethodDefault.I');

goog.require('nativebootstrap.Util');

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