/** * Whether the error indicates rate limiting. Returns `retryAfterMs` from the `Retry-After` header when available. */ export declare function isRateLimitError(e: Error): [checkResult: boolean, retryAfterMs?: number | undefined];