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