/**
 * Check if a modal was opened
 * @param  {String}   modalType  The type of modal that is expected (alertbox,
 *                               confirmbox or prompt)
 * @param  {String}   falseState Whether to check if the modal was opened or not
 */
export declare function checkModal(_modalType: "alertbox" | "confirmbox" | "prompt", falseState: string): Promise<void>;
//# sourceMappingURL=checkModal.d.ts.map