export declare const waitFor: (check: () => boolean, intervalMs?: number, timeoutMs?: number) => Promise;