2016-08-02 16:20:32 +02:00
|
|
|
/// <reference types="q" />
|
2016-11-25 13:25:45 +01:00
|
|
|
import * as plugins from './npmci.plugins';
|
2016-06-26 04:54:10 +02:00
|
|
|
/**
|
|
|
|
* cleans npmci config files
|
|
|
|
*/
|
2016-08-02 16:20:32 +02:00
|
|
|
export declare let clean: () => plugins.q.Promise<{}>;
|