variable Jwt.signimport { Jwt } from "https://deno.land/x/hono@v2.5.5/utils/jwt/index.ts"; const { sign } = Jwt; type(payload: unknown,secret: string,alg?: AlgorithmTypes,) => Promise<string>