goog.module('nobridgemethods.Entry');

goog.require('nativebootstrap.Util');

const Entry = goog.require('nobridgemethods.Entry$impl');
exports = Entry;
