Help with event handling for files/ hooks->events deprecation

I’m a bit confused by the guidance provided for event handling in Nextcloud as described here: https://docs.nextcloud.com/server/latest/developer_manual/app/events.html

In particular, I’m not sure how best to implement file create/update event handling, since there only appear to be Hooks available in \OC\Files and no useful events (on latest stable NC18).

So while Hooks are deprecated, it looks like I need to continue using these until Files gets CRUD Events, correct?