import prompts, { PromptObject } from 'prompts'; declare function answerPrompts(questions: PromptObject[]): Promise>; export { answerPrompts };