import { InstrumentationBase } from '@opentelemetry/instrumentation'; import type * as genericPool from 'generic-pool'; export default class Instrumentation extends InstrumentationBase { private _isDisabled; constructor(); init(): any[]; private _acquirePatcher; private _poolWrapper; private _acquireWithCallbacksPatcher; }