2016-07-01 00:28:34 +00:00
|
|
|
/// <reference types="q" />
|
2016-09-06 15:21:25 +00:00
|
|
|
import 'typings-global';
|
|
|
|
import plugins = require('./npmts.plugins');
|
|
|
|
import { Ora } from 'beautylog';
|
2016-07-01 00:28:34 +00:00
|
|
|
export declare let npmtsOra: Ora;
|
2016-09-22 21:23:16 +00:00
|
|
|
export declare let run: (argvArg: any) => plugins.q.Promise<{}>;
|