Import and export of packages is typically used to move a package the from a development environment to a test environment, or from a test environment to a production environment.
If this is not the first instance the best practice is to then use an appropriate deployment method instead of using import. Perform deployment in update mode (with verification), which ensures that only compatible changes are allowed to update an existing package.