import { BuildOptions } from '../../types';
export declare class Cleaner {
    static cleanDist(options: Partial<BuildOptions>): void;
}
