"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. Object.defineProperty(exports, "__esModule", { value: true }); exports.state = void 0; /** * @internal * * Holds the singleton instrumenter, to be shared across CJS and ESM imports. */ exports.state = { instrumenterImplementation: undefined, }; //# sourceMappingURL=state-cjs.cjs.map