/*! 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<void>;
//# sourceMappingURL=setPromptText.d.ts.map