Question about Cordova globalization pluging

Hi,

I can see in the ionic-native source code that globalization is there

Though, when doing import { } from ‘ionic-native’, globalization is not listed.

It is not listed too in the doc yet.

The 1.1.0 node-modules ‘dist’ directory shows the globalization .d.ts, .map and .js files, so I am pretty sure I am very close to my goal.

How can I import the ts file from my code?

Thanks