. */ namespace Import; /** * Interface ImportInterface * @package Import */ interface ImportInterface { /** * Iniciar la importación */ public function doImport(); }