interface PublicKeyInputimport { type PublicKeyInput } from "https://deno.land/std@0.158.0/node/crypto.ts"; Propertieskey: string | Bufferoptionalformat: KeyFormat | undefinedoptionaltype: "pkcs1" | "spki" | undefinedimport PublicKeyInputimport { PublicKeyInput } from "https://deno.land/std@0.158.0/node/crypto.ts";