interface CleanupOptions { /** 0724 T-008: dry-run preview, no subprocess. */ dryRun?: boolean; } export declare function cleanupCommand(opts?: CleanupOptions): Promise; export {};