/// 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;