import { NextResponse, type NextRequest } from "next/server";
export declare function updateSession(request: NextRequest): Promise<NextResponse<unknown>>;
