"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "EsDeprecationLogs", { enumerable: true, get: function () { return _es_deprecation_logs.EsDeprecationLogs; } }); Object.defineProperty(exports, "useDeprecationLogging", { enumerable: true, get: function () { return _fix_deprecation_logs.useDeprecationLogging; } }); var _es_deprecation_logs = require("./es_deprecation_logs"); var _fix_deprecation_logs = require("./fix_deprecation_logs");