5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
|
import "typings-global";
|
||
|
import { SshKey } from "./smartssh.classes.sshkey";
|
||
|
export declare let sshKeyArrayFromDir: (dirArg: string) => SshKey[];
|
||
|
export declare let getKeyIndex: (hostArg: string) => number;
|