/** * Safe wrapper around inquirer.prompt that yields to the event loop * before rendering the next prompt. Fixes an Inquirer 9.x issue where * terminal output between prompts gets buffered until a keypress. */ export declare function safePrompt(questions: Parameters[0]): Promise;