export declare function handleClean(args: string[], command?: "admin clean" | "clean"): Promise; export declare function handleCommitSuggestion(args: string[], command?: "build-suggestion-patch" | "commit-suggestion"): Promise; export declare function handleSuggestionPatches(args: string[]): Promise; export declare function handleIterate(args: string[]): Promise; export declare function handleMarkFilesAsViewed(args: string[], command?: "apply files" | "mark-files-as-viewed"): Promise;