import { Predicate } from '../types/common'; export declare const sleep: (ms: number) => Promise; export declare const waitUntil: (predicate: Predicate, tick?: number, timeout?: number, args?: any[]) => Promise; //# sourceMappingURL=wait.d.ts.map