/** * An implementation of the shouldRetryOnError function that retries on network and internal errors. */ export declare function retryOnNetworkAndInternalErrors(error: Error, attemptNumber: number): Promise | boolean;