import { Request, Response } from 'express'; export declare class ConditionWaitAPI { static untilElementPresent(req: Request, res: Response): Promise; static untilElementDisplayed(req: Request, res: Response): Promise; static untilElementClickable(req: Request, res: Response): Promise; static untilElementEnabled(req: Request, res: Response): Promise; }