interface PublicKeyInputimport { type PublicKeyInput } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/types.ts"; Propertieskey: string | Bufferoptionalformat: KeyFormat | undefinedoptionaltype: "pkcs1" | "spki" | undefined