Try to remove deprecated querystring dependency and use Next internal utilities.
Does not work yet.
Introduce a fragility: if Next moves its utilities around, it will break... Next-translate-routes already plug in Next internals to get RouterContext, which has already led to breakage. Maybe with a stricter next peer dependency...
WIP
Try to remove deprecated querystring dependency and use Next internal utilities.