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(target: T, _context?: types.Context): T; enable(): this; disable(): this; } //# sourceMappingURL=NoopContextManager.d.ts.map