/** * Whether the error indicates a transient, retryable failure (timeouts, connection issues, 5xx, etc.). */ export declare function isTransientError(e: Error): boolean;