export declare function retryRequestOnError(funcThatSendsRequest: () => Promise, times?: number, retryCount?: number): Promise;