2016-05-01 12:02:48 +00:00
|
|
|
import SmartstringGit = require("./smartstring.git");
|
|
|
|
import SmartstringDocker = require("./smartstring.docker");
|
|
|
|
import SmartstringTypescript = require("./smartstring.typescript");
|
2016-05-16 22:02:29 +00:00
|
|
|
export declare let git: (stringArg: string, tokenArg?: string) => SmartstringGit.gitRepo;
|
|
|
|
export declare let docker: typeof SmartstringDocker;
|
|
|
|
export declare let typescript: typeof SmartstringTypescript;
|