import type { GatewayHttpContext } from "./types.js"; export declare const handleSessionsApi: (ctx: GatewayHttpContext, req: Request, url: URL) => Promise;