export declare function retryOnException(action: () => Promise, maxTries: number, retryIntervalInMilliseconds: number): Promise;