import type { Command } from "commander";
export declare function removeCommand(program: Command, command: Command): boolean;
export declare function removeCommandByName(program: Command, name: string): boolean;
