/** True only when an error carries proof that no HTTP response was produced. */ export declare function isConnectivityFailureError(error: unknown): boolean;