Yes, almost any file of HikaShop can be overridden.
For the import helper file which is located in administrator/components/com_hikashop/helpers/import.php you need to create a file in administrator/templates/isis/html/com_hikashop/administrator/helpers.import.php
You can copy the same code from the original file but you need to change the class name and add "Override" to it.
That way, in order to increase the backward compatibility, you can include the original file from the override file and have your Override class extend from the original class.