import type { Context } from '@opentelemetry/api'; import { AbstractAsyncHooksContextManager } from './abstract-async-hooks-context-manager'; 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=async-local-storage-context-manager.d.ts.map