export type ProviderNetworkRetryParameters = { async: boolean; timeout?: number; maxAttempts?: number; };