export declare const command = "clean";
export declare const describe = "clean artifacts by removing build directory";
/**
 * cleans artifact / build directory
 * @returns
 */
export declare const handler: () => Promise<any>;
/**
 * cleans artifact / build directory
 */
export declare function clean_builds(): Promise<void>;
//# sourceMappingURL=clean.d.ts.map