10 lines
		
	
	
		
			335 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			335 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import "typings-global";
 | |
| export import beautylog = require("beautylog");
 | |
| export declare let commander: any;
 | |
| export declare let q: any;
 | |
| export declare let request: any;
 | |
| export declare let shelljs: any;
 | |
| export declare let smartssh: any;
 | |
| export import smartstring = require("smartstring");
 | |
| export import smartfile = require("smartfile");
 |