import { Subcommand } from './interfaces'; export declare function showHelp(subcommand: string): void; export declare const getSubcommandHelp: () => string; /** * Display a list of flags followed by their allowed configs for a subcommand. */ export declare const getSubcommandFlagsHelp: (subcmd: Subcommand) => string; //# sourceMappingURL=help.d.ts.map