export { lensEmit, isLensWriting, PROJECT, EVENT_FILE, EVENT_MAX_BYTES, EVENT_MAX_FILES, maybeRotateEventFile } from './lib/emit'; export type { LensSeverity } from './lib/emit'; export { createEventFloodGuard } from './lib/flood-guard'; export type { FloodGuard, FloodGuardOptions, FloodAdmit } from './lib/flood-guard'; export { installRequireHook } from './lib/require-hook'; export type { ModuleTap } from './lib/require-hook'; export { tapEgress, resetEgressTapForTests } from './lib/tap-egress'; export { tapEventLoop, stopEventLoopTapForTests } from './lib/tap-event-loop'; export { tapFs } from './lib/tap-fs'; export { tapExec } from './lib/tap-exec'; export { pgTap } from './lib/tap-pg'; export { redisTap } from './lib/tap-redis'; export { bullmqTap } from './lib/tap-bullmq'; export { nestTap, installChildAppBridge } from './lib/tap-nest'; export type { CapturedChildApp } from './lib/tap-nest'; export { installLensmcpNodeInstrumentation } from './lib/install'; export { activeWorkSnapshot, beginActiveWork, installActiveWorkProbe, resetActiveWorkForTests } from './lib/active-work'; export type { ActiveWorkSnapshot } from './lib/active-work';