import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.cjs";
import "../../EmbraceInstrumentationBase/index.cjs";
//#region src/instrumentations/max-scroll-depth/MaxScrollDepthInstrumentation/types.d.ts
type MaxScrollDepthInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { MaxScrollDepthInstrumentationArgs };
//# sourceMappingURL=types.d.cts.map