goog.module('deprecated.DeprecatedExample.DeprecatedInterface');

goog.require('deprecated.DeprecatedExample.DeprecatedInterface.$LambdaAdaptor');
goog.require('nativebootstrap.Util');

const DeprecatedInterface = goog.require('deprecated.DeprecatedExample.DeprecatedInterface$impl');
exports = DeprecatedInterface;
