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