11 lines
478 B
TypeScript
11 lines
478 B
TypeScript
/// <reference path="smartcli.interfaces.d.ts" />
|
|
import SmartcliChecks = require("./smartcli.checks");
|
|
import SmartcliGetters = require("./smartcli.getters");
|
|
import SmartcliInteractions = require("./smartcli.interaction");
|
|
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;
|