import { QuestionCollection } from 'inquirer'; export declare const prompt: (options: QuestionCollection, errorMessage?: string) => Promise;