declare const _exports: { clean: typeof clean; }; export = _exports; declare function clean(preCmd: any, ...targets: any[]): void;