goog.module('bridgejsmethod.Main.M');

goog.require('bridgejsmethod.Main.B');
goog.require('nativebootstrap.Util');

const M = goog.require('bridgejsmethod.Main.M$impl');
exports = M;
