/**
 * Detect transport-level failures from supabase-js / fetch when an RPC or HTTP
 * call could not reach the server. Uses categorizeCliError as the single source
 * of truth so network/timeout classification stays aligned with telemetry.
 */
export declare function isTransientNetworkError(error: unknown): boolean;
