import { Cmd, NamedCmdParam } from "@hediet/cli-lib"; export interface HelpInfo { appName: string; } export declare function getUsage(cmd: Cmd): string; export declare function printCmdHelp(info: HelpInfo, cmd: Cmd): void; export declare function printParameters(indentation: string, params: NamedCmdParam[]): void; //# sourceMappingURL=printCmdHelp.d.ts.map