interface PrivateKeyInputRe-exportimport { type PrivateKeyInput } from "https://deno.land/std@0.142.0/node/crypto.ts"; Propertieskey: string | Bufferoptionalformat: KeyFormat | undefinedoptionaltype: | "pkcs1" | "pkcs8" | "sec1" | undefinedoptionalpassphrase: string | Buffer | undefined