import * as inquirer from 'inquirer'; export declare function runPrompts(questions: inquirer.Question[]): Promise;