interface KeyPairKeyObjectResultimport { type KeyPairKeyObjectResult } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/keygen.ts"; PropertiespublicKey: KeyObjectprivateKey: KeyObject