export = Question;
/**
 * Question
 */
declare function Question(options: any): Question;
declare class Question {
    /**
     * Question
     */
    constructor(options: any);
    __proto__: any;
    type: string;
    ask(text: any, callback: any): void;
}
//# sourceMappingURL=question.d.ts.map