/** * Check the text of a modal * @param {String} modalType The type of modal that is expected * (alertbox, confirmbox or prompt) * @param {String} falseState Whether to check if the text matches or not * @param {String} expectedText The text to check against */ export declare function checkModalText(modalType: string, falseState: string, expectedText: string): Promise; //# sourceMappingURL=checkModalText.d.ts.map