/**
* Displays a message to the user
* @param {string} message The message to be displayed
* @param {string} mode Optional parameter. There are two modes to display the message: `nowait` and `status`
*/exportdeclareconstmsg: (str: string, mode?: string) =>Promise<void>;