goog.module('nobridgemethods.CharSet');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');
goog.require('nobridgemethods.CharSet.$1');

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