import * as plugins from './smartssh.plugins'; import { SshKey } from './smartssh.classes.sshkey'; export let sshKeyArrayFromDir = function(dirArg: string): SshKey[] { let sshKeyArray = []; // TODO return sshKeyArray; };