import { S as StorageAdapter } from '../types-Xk5M26Sz.js'; interface UpstashOptions { url: string; token: string; timeoutMs?: number; } declare function upstash(options: UpstashOptions): StorageAdapter; export { type UpstashOptions, upstash };