export declare function pollPromise(fn: () => PromiseLike<boolean>, delayInMs: number, timeOutInMs: number): Promise<void>;
