2016-05-30 00:29:30 +00:00
|
|
|
import "typings-global";
|
|
|
|
export import beautylog = require("beautylog");
|
|
|
|
export declare let commander: any;
|
|
|
|
export declare let q: any;
|
2016-06-01 05:18:30 +00:00
|
|
|
export declare let request: any;
|
2016-05-30 00:29:30 +00:00
|
|
|
export declare let shelljs: any;
|
2016-06-01 03:44:48 +00:00
|
|
|
export declare let smartssh: any;
|
2016-06-02 23:58:37 +00:00
|
|
|
export import smartstring = require("smartstring");
|
2016-05-30 00:29:30 +00:00
|
|
|
export import smartfile = require("smartfile");
|