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