Use queryString library in the cloud function

How can we use queryString lib in the cloud function.
let data = app.qs.stringify({
‘key’: ‘93wbjn’,
‘command’: ‘create_invoice’,
‘hash’: hash,
‘var1’: varString
});