import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js";
import "../../EmbraceInstrumentationBase/index.js";
//#region src/instrumentations/first-interaction/FirstInteractionInstrumentation/types.d.ts
type FirstInteractionInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { FirstInteractionInstrumentationArgs };
//# sourceMappingURL=types.d.ts.map