import { Instrumentation } from "@opentelemetry/instrumentation";

//#region src/components/execution/otel/util.d.ts
type Behaviour = "createProvider" | "extendProvider" | "off" | "auto";
type Instrumentations = (Instrumentation | Instrumentation[])[];
//#endregion
export { Behaviour, Instrumentations };
//# sourceMappingURL=util.d.ts.map