4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
|
import "typings-global";
|
||
|
export declare let ssh: () => void;
|
||
|
export declare let evaluateSshkey: () => void;
|