goog.module('cloneable.Cloneables.WithoutCloneable');

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

const WithoutCloneable = goog.require('cloneable.Cloneables.WithoutCloneable$impl');
exports = WithoutCloneable;
