import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js";
import "../../EmbraceInstrumentationBase/index.js";
//#region src/instrumentations/loaf/LoafInstrumentation/types.d.ts
type LoafInstrumentationArgs = {} & Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { LoafInstrumentationArgs };
//# sourceMappingURL=types.d.ts.map