import { ExtendedConfig } from '../types'; export declare function cleanupFast(config: ExtendedConfig): void; export declare function cleanUp(config: ExtendedConfig): void;