/** * Custom grouped help formatter for Commander. * Groups commands by category instead of a flat list. */ import type { Command, Help } from 'commander'; export declare function formatHelpGrouped(cmd: Command, helper: Help): string; //# sourceMappingURL=help.d.ts.map