/** * Waiting command handlers. */ import type { Step } from "../../../domain/index"; import type { ExecutionContext } from "../context"; export declare function handleWaitForElement(step: Step, ctx: ExecutionContext): Promise; export declare function handleWaitForUrl(step: Step, ctx: ExecutionContext): Promise; export declare function handleWaitForNetworkIdle(step: Step, ctx: ExecutionContext): Promise; export declare function describeWaitForElement(step: Step): string; export declare function describeWaitForUrl(step: Step): string; export declare function describeWaitForNetworkIdle(): string; //# sourceMappingURL=waiting.d.ts.map