/**
* Displays a message that allows capturing end user confirmation
* @param {string} message The message to be displayed
* @returnboolean
*/exportdeclareconstconfirm: (str: string, okButtonText?: string, cancelButtonText?: string) =>Promise<boolean>;