export interface PrecalcAnswers { precalc: boolean; } export declare function precalcQuestion(questionText?: string): Promise>;