import { InstrumentationAbstract } from '../../instrumentation'; import * as types from '../../types'; import { InstrumentationConfig } from '../../types'; /** * Base abstract class for instrumenting web plugins */ export declare abstract class InstrumentationBase extends InstrumentationAbstract implements types.Instrumentation { constructor(instrumentationName: string, instrumentationVersion: string, config: ConfigType); } //# sourceMappingURL=instrumentation.d.ts.map