import * as types from './types'; export declare class NoopContextManager implements types.ContextManager { active(): types.Context; with ReturnType>(_context: types.Context, fn: F, thisArg?: ThisParameterType, ...args: A): ReturnType; bind(_context: types.Context, target: T): T; enable(): this; disable(): this; } //# sourceMappingURL=NoopContextManager.d.ts.map