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