import { DefaultInstrumentationConfig, SetupDefaultInstrumentationsArgs } from "./types.cjs";
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.cts.map