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