export { getCachedInfiniteScrollManager, InfiniteScrollManager } from "./infinite-scroll-manager"; export { DEFAULT_MOMENTUM_CONFIG, hasSufficientVelocity, MomentumAnimator, type MomentumConfig, predictEndPosition } from "./momentum"; export { getCachedTransformManager, getItemPosition, type OrientationProps, TransformManager } from "./transform-manager"; export { DEFAULT_VELOCITY_TRACKER_CONFIG, VelocityTracker, type VelocityTrackerConfig } from "./velocity-tracker"; export { type AnimationState, type ParsedTransition, type RunAnimationParams, WaapiAnimationCore } from "./waapi-core";