"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "FILE_DOWNLOAD_PERFORMANCE_EVENT_NAME", { enumerable: true, get: function () { return _event_names.FILE_DOWNLOAD_PERFORMANCE_EVENT_NAME; } }); Object.defineProperty(exports, "FILE_UPLOAD_PERFORMANCE_EVENT_NAME", { enumerable: true, get: function () { return _event_names.FILE_UPLOAD_PERFORMANCE_EVENT_NAME; } }); Object.defineProperty(exports, "withReportPerformanceMetric", { enumerable: true, get: function () { return _report_performance.withReportPerformanceMetric; } }); var _report_performance = require("./report_performance"); var _event_names = require("./event_names");