import { PackageJson } from "type-fest"; import { Application } from "../contracts"; /** * @export * @class CommandHelp */ export declare class CommandHelp { /** * @private * @type {Application} * @memberof Command */ protected readonly app: Application; /** * @private * @type {Application} * @memberof DiscoverCommands */ protected readonly pkg: PackageJson; /** * @returns {string} * @memberof CommandHelp */ render(command: any): string; /** * @private * @returns {string} * @memberof CommandHelp */ private buildArguments; /** * @private * @returns {string} * @memberof CommandHelp */ private buildFlags; /** * @private * @template T * @param {T} properties * @returns * @memberof CommandHelp */ private buildProperties; } //# sourceMappingURL=command-help.d.ts.map