import type { Command } from 'commander';
export declare const addCommand: (command: Command) => Command;
