import type { Command } from 'commander';
export declare function showHelpOnError(program: Command): void;
