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