/**
* Display a question in the terminal and wait for the user answer
* @param question Question to ask to the user
* @returns user's answer
*/exportdeclareconstaskUserInput: (question: string) =>Promise<string>;
//# sourceMappingURL=question.d.ts.map