/** * @file Plugins - CLEAN_CACHE * @module mkbuild/plugins/clean/cache */ /** * Cleaned directory cache. * * @internal * * @const {Map} CLEAN_CACHE */ declare const CLEAN_CACHE: Map; export default CLEAN_CACHE;