goog.module('synchronizedstatement.SynchronizedStatement');

goog.require('java.lang.Class');
goog.require('java.lang.Object');
goog.require('javaemul.lang.J2ktMonitor');
goog.require('nativebootstrap.Util');
goog.require('synchronizedstatement.SynchronizedStatement.CustomMonitor');

const SynchronizedStatement = goog.require('synchronizedstatement.SynchronizedStatement$impl');
exports = SynchronizedStatement;
