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

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

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