interface Cookiesimport { type Cookies } from "https://deno.land/x/aleph@1.0.0-beta.40/server/types.ts"; Methodsget(key: string): string | undefined