export declare const input: (question: string) => Promise; export declare const multiSelect: (choices: string[]) => Promise;