export declare function select(prompt: string, questions: { [key: string]: unknown; }): Promise; export declare function confirm(promptText: string): Promise; export declare function textInput(promptText: string): Promise;