In IModelTransformer.ts detectElementDelete() and detectRelationshipDelete() are currenty deprecated, and since we are now working on updating to itjs 5.x should we consider deleting these apis? I do not fully understand the deprecation note, so I'm not sure if we still need these api's or if we can safely remove them without providing any new api's.
Side note: if we do keep these api's detectElementDelete() currently has some issues when trying to update to createQuerryReader() instead of withPreparedStatement(). Unsure if there is a solution on our side, or if there is a solution in core that must be used. See here for info on this related issue.