2016-05-23 02:09:06 +00:00
|
|
|
import * as SmartcliChecks from "./smartcli.checks";
|
|
|
|
import * as SmartcliGetters from "./smartcli.getters";
|
|
|
|
import * as SmartcliInteractions from "./smartcli.interaction";
|
|
|
|
export declare let commander: any;
|
2016-05-10 01:18:40 +00:00
|
|
|
export declare let inquirer: any;
|
|
|
|
export declare let cliff: any;
|
|
|
|
export declare let argv: any;
|
|
|
|
export declare let check: typeof SmartcliChecks;
|
|
|
|
export declare let get: typeof SmartcliGetters;
|
|
|
|
export declare let interaction: typeof SmartcliInteractions;
|