import * as mod from "https://dotland.deno.dev/x/jose@v5.9.2/key/export.ts"; FunctionsfexportJWKExports a runtime-specific key representation (KeyLike) to a JWK. fexportPKCS8Exports a runtime-specific private key representation (KeyObject or CryptoKey) to a PEM-encoded PKCS8 string format. fexportSPKIExports a runtime-specific public key representation (KeyObject or CryptoKey) to a PEM-encoded SPKI string format.