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