export interface ExplodeAnswers { explodeMulti: boolean; } export declare function explodeQuestion(questionText?: string): Promise>;