1import type { APIContext } from "astro"; 2 3async function getAgent(locals: APIContext["locals"]) { 4 const agent = new Object() 5}