Preserving UUID when moving Users from one server to another

I had a set up where authentication for both my Dev and Prod app deployments was handled by different Realms on one KeyCloak server. I recently spun up a separate server and configured it to work with my dev environment, but from what I’ve read so far it sounds like the Exported User data will not include UUIDs so when I import those Users into the new server different UUIDs will be generated. Is this true, or is there a way to export/import users that preserves their UUIDs?