import { Prompt } from './Base'; /** * Use event emitter to emit different prompt events, which can be * used to answer the prompts programmatically. */ export declare class EmitterPrompt extends Prompt { protected prompt(options: any): Promise; }