export declare function retryUntil(poll: () => Promise, predicate: (value: T) => boolean, timeout: number, failMessage: string | (() => string)): Promise; //# sourceMappingURL=poll.d.ts.map