/*! https://github.com/webdriverio/cucumber-boilerplate/blob/master/src/support/action/setPromptText.js */ /** * Set the text of the current prompt * @param {String} modalText The text to set to the prompt */ export declare function setPromptText(modalText: string): Promise; //# sourceMappingURL=setPromptText.d.ts.map