/** * @export * @class Confirm */ export declare class Confirm { /** * @private * @type {Application} * @memberof Command */ private readonly app; /** * @static * @param {string} message * @param {object} [opts={}] * @returns {Promise} * @memberof Confirm */ render(message: string, opts?: object): Promise; } //# sourceMappingURL=confirm.d.ts.map