export declare function question(question: string, defaultValue?: string): Promise<string>;
