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