goog.module('intersectiontype.Serial');

goog.require('nativebootstrap.Util');

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