declare function getPrefillOrPromptedOption(existingValue: string | undefined, message: string, placeholder?: string): Promise; export { getPrefillOrPromptedOption };