"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AsyncLocalStorageContextManager = exports.AsyncHooksContextManager = void 0; var AsyncHooksContextManager_1 = require("./AsyncHooksContextManager"); Object.defineProperty(exports, "AsyncHooksContextManager", { enumerable: true, get: function () { return AsyncHooksContextManager_1.AsyncHooksContextManager; } }); var AsyncLocalStorageContextManager_1 = require("./AsyncLocalStorageContextManager"); Object.defineProperty(exports, "AsyncLocalStorageContextManager", { enumerable: true, get: function () { return AsyncLocalStorageContextManager_1.AsyncLocalStorageContextManager; } }); //# sourceMappingURL=index.js.map