export declare function waitUntil(check: () => any, timeOut?: number): Promise<unknown>;
