variable deleteCookieimport { deleteCookie } from "https://deno.land/x/hono@v3.12.5/helper/cookie/index.ts"; type(c: Context,name: string,opt?: CookieOptions,) => void