goog.module('destructuringdeclarations.CustomData');

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

const CustomData = goog.require('destructuringdeclarations.CustomData$impl');
exports = CustomData;
