interface X25519KeyPairOptionsimport { type X25519KeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; Type ParametersPubF extends KeyFormatPrivF extends KeyFormatPropertiespublicKeyEncoding: { type: "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }import X25519KeyPairOptionsimport { X25519KeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";