I am importing a util JS lib into my main JS lib of a QML file as follows.
mainLib.js
.pragma library .import "utils/helper.js"