import { Options } from './cli'; /** * Remove files generated by the build. */ export declare function clean(options: Options): Promise;