export declare const command = "clean-projects"; export declare const describe = "Will get to every branches and check if the distant branch exists, and then ask if you want to delete the orphaned branch."; export declare const aliases: string[]; export declare const handler: () => Promise;