// Phase 6.6: MotionKind moved to hjkl-engine (cycle-break).
// This module re-exports from engine for any code that imports via the
// `hjkl_vim::motion::MotionKind` path. Prefer the crate-root re-export
// `hjkl_vim::MotionKind` instead.
pubusehjkl_engine::MotionKind;