import { ICommandDescription, KnownCommand } from "../../../@types/index"; import { Section } from "command-line-usage"; /** * Converts a set of commands into a display section */ export declare function formatCommandsSection(subCommands: ICommandDescription[], cmd?: KnownCommand): Section; //# sourceMappingURL=formatCommandsSection.d.ts.map