import { DefaultInstrumentationConfig, SetupDefaultInstrumentationsArgs } from "./types.js"; import { Instrumentation } from "@opentelemetry/instrumentation"; //#region src/sdk/setupDefaultInstrumentations.d.ts declare const setupDefaultInstrumentations: (config: DefaultInstrumentationConfig | undefined, { featureManager, logManager, spanSessionManager, embraceSpanProcessor, pageManager, limitManager }: SetupDefaultInstrumentationsArgs) => Instrumentation[]; //#endregion export { setupDefaultInstrumentations }; //# sourceMappingURL=setupDefaultInstrumentations.d.ts.map