import { Context } from '@opentelemetry/api'; import { AbstractAsyncHooksContextManager } from './AbstractAsyncHooksContextManager'; export declare class MutableAsyncLocalStorageContextManager extends AbstractAsyncHooksContextManager { private _asyncLocalStorage; constructor(); active(): Context; with ReturnType>(context: Context, fn: F, thisArg?: ThisParameterType, ...args: A): ReturnType; getMutableContext(): { traceAttributes: Map; } | undefined; enable(): this; disable(): this; } //# sourceMappingURL=MutableAsyncLocalStorageContextManager.d.ts.map