2016-08-02 14:20:32 +00:00
|
|
|
/// <reference types="q" />
|
2016-06-26 02:54:10 +00:00
|
|
|
import "typings-global";
|
2016-08-02 14:20:32 +00:00
|
|
|
import * as plugins from "./npmci.plugins";
|
2016-06-26 02:54:10 +00:00
|
|
|
/**
|
|
|
|
* cleans npmci config files
|
|
|
|
*/
|
2016-08-02 14:20:32 +00:00
|
|
|
export declare let clean: () => plugins.q.Promise<{}>;
|