export declare function question(text: string): Promise<string>;
