export declare function retry(promiseFactory: () => void | Promise, retryCount: number): Promise;