/** * reinstall subcommand — Clean then install. */ import type { Subcommand } from "./types"; export declare const reinstallCommand: Subcommand;