2016-08-02 14:20:32 +00:00
|
|
|
/// <reference types="q" />
|
2016-11-25 12:25:45 +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<{}>;
|