import * as restify from 'restify'; import { InstrumentationBase } from '@opentelemetry/instrumentation'; export declare class RestifyInstrumentation extends InstrumentationBase { constructor(); private _moduleVersion?; private _isDisabled; init(): any; private _middlewarePatcher; private _methodPatcher; private _handlerPatcher; }