/**
 * V3 CLI Cleanup Command
 * Removes project artifacts created by claude-flow/ruflo
 *
 * Created with ruv.io
 */
import type { Command } from '../types.js';
/**
 * Cleanup command definition
 */
export declare const cleanupCommand: Command;
export default cleanupCommand;
//# sourceMappingURL=cleanup.d.ts.map