goog.module('nullability.Marker');

goog.require('nativebootstrap.Util');

const Marker = goog.require('nullability.Marker$impl');
exports = Marker;
