export declare function booleanPrompt(message: string, defaultValue?: 'yes' | 'no', silent?: boolean): Promise; export declare function promptWithOptions(message: string, choices: string[], defaultValue?: string, capsSensitive?: boolean, silent?: boolean): Promise;