class KeyObjectimport { KeyObject } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; ConstructorsnewKeyObject(type: KeyObjectType, handle: unknown)PropertiesreadonlyasymmetricKeyDetails: AsymmetricKeyDetails | undefinedreadonlyasymmetricKeyType: KeyType | undefinedreadonlysymmetricKeySize: number | undefinedreadonlytype: KeyObjectType[kHandle]: unknown[kKeyType]: KeyObjectTypeMethodsequals(otherKeyObject: KeyObject): booleanexport(options: KeyExportOptions<"pem">): string | Bufferexport(options?: KeyExportOptions<"der">): Bufferexport(options?: JwkKeyExportOptions): JsonWebKeyStatic Methodsfrom(key: CryptoKey): KeyObjectimport KeyObjectimport { KeyObject } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";