import { InstrumentationBase, InstrumentationConfig, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation'; import { Net } from './types'; export declare class NetInstrumentation extends InstrumentationBase { protected _config: InstrumentationConfig; constructor(_config?: InstrumentationConfig); init(): InstrumentationNodeModuleDefinition[]; private _getPatchedConnect; private _startGenericSpan; private _startIpcSpan; private _startTcpSpan; }