interface RSAKeyPairOptionsimport { type RSAKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; Type ParametersPubF extends KeyFormatPrivF extends KeyFormatPropertiesmodulusLength: numberKey size in bits optionalpublicExponent: number | undefinedPublic exponent publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }import RSAKeyPairOptionsimport { RSAKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";