import { LimitManagerInternal } from "../../managers/EmbraceLimitManager/types.js"; import { PerformanceManager } from "../../utils/PerformanceManager/types.js"; import { DiagLogger } from "@opentelemetry/api"; import { InstrumentationConfig } from "@opentelemetry/instrumentation"; //#region src/instrumentations/EmbraceInstrumentationBase/types.d.ts interface EmbraceInstrumentationBaseArgs { instrumentationName: string; instrumentationVersion: string; config: ConfigType; diag?: DiagLogger; perf?: PerformanceManager; limitManager?: LimitManagerInternal; } //#endregion export { EmbraceInstrumentationBaseArgs }; //# sourceMappingURL=types.d.ts.map