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

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

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