/** * SMI-4244: buildClientEventBatcher test-environment detection * * Verifies that EventBatcher instances created via buildClientEventBatcher * do NOT attach process-exit listeners when running under vitest (detected * via process.env.VITEST === 'true'). This prevents MaxListenersExceededWarning * and the racy SIGTERM delivery observed in publish.yml Validate job test runs. */ export {}; //# sourceMappingURL=client.events.test.d.ts.map