goog.module('intersectiontype.CmpImpl');

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

const CmpImpl = goog.require('intersectiontype.CmpImpl$impl');
exports = CmpImpl;
