import { Program } from "../index.js";
export declare function removeCommand(program: Program, name: string): Promise<void>;
