/**
* checks if the erroris a network error
* by checking if either internal erroris a ProgressEvent with type error
* or another errorwith status 0
* @param error
* @returns trueif the erroris a network error
*/
export declareconst isNetworkError: (error: unknown) => boolean;