// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. export { useInstrumenter } from "./instrumenter.js"; export { createTracingClient } from "./tracingClient.js"; //# sourceMappingURL=index.js.map