variable getKeyPairimport { getKeyPair } from "https://dotland.deno.dev/x/live@1.107.0/commons/jwt/keys.ts"; Returns a tuple of [publicKey, privateKey] in a JsonWebKey format. type() => Promise<[JsonWebKey, JsonWebKey]>