/** * @export * @class Log */ export declare class Log { /** * @private * @type {Logger} * @memberof Command */ private readonly logger; /** * @static * @param {string} message * @memberof Log */ render(message: string): void; } //# sourceMappingURL=log.d.ts.map