export declare function waitFor(condition: (...args: any[]) => boolean, interval: number, timeout: number): Promise;