interface Cookiesimport { type Cookies } from "https://deno.land/x/aleph@1.0.0-alpha.12/types.d.ts"; Methodsget(key: string): string | undefinedset(key: string,value: string,options?: CookieOptions,): voiddelete(key: string, options: CookieOptions): void