export declare function waitUntil(predicate: () => boolean, timeout?: number, maxRetries?: number): Promise; export default waitUntil;