function getCookiesimport { getCookies } from "https://dotland.deno.dev/x/abc@v1.3.3/vendor/https/deno.land/std/http/cookie.ts"; getCookies(req: { headers: Headers; }): Record<string, string>Parse the cookies of the Server Request Parametersreq: { headers: Headers; }An object which has a headers property ReturnsRecord<string, string>