interface JwtIssuer implements JwtVerifierimport { type JwtIssuer } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; Propertiesissue: <TClaims extends Record<string, unknown> = Record<string, unknown>>(payload: JwtPayloadWithClaims<TClaims>) => Promise<string>