/** * Cleanup Command * * Branch cleanup and temp file management. * * v0.18.0: Complete redesign with comprehensive fact-gathering, * GitHub API integration, and LLM-optimized YAML-only output. */ import type { Command } from 'commander'; export declare function cleanupCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showCleanupVerboseHelp(): void; //# sourceMappingURL=cleanup.d.ts.map