/**
 * checks if the error is a network error
 * by checking if either internal error is a ProgressEvent with type error
 * or another error with status 0
 * @param error
 * @returns true if the error is a network error
 */
export declare const isNetworkError: (error: unknown) => boolean;
//# sourceMappingURL=error-helper.d.ts.map