export declare function ask(question: string): Promise; export declare function askHidden(question: string): Promise;