declare function isNetworkError(error: unknown): boolean;

export { isNetworkError };
