Connect via SSH to another device

Hello,
I installed this plugin: https://github.com/R3nPi2/cordova-plugin-sshclient
How can i import this plugin in my application? Until now i just installed ionic-native plugins, so i easily got the path and imported with:

import {XXX} from ‘@angular/whatever’;

but how can i find the path for the SshClient?

I am a beginner and just know the basics. Now my work is to get connection via wifi to an odroid and give commands via ssh.

Thank you in advance

nobody an idea how to import it?

the problem seems to be, that i don’t have an index.d.ts file for that plugin. it lays like the other plugins in node_modules, but there is no index.d.ts in @ionic-native, where i have the other native plugins. how can i create this index.d.ts file?