interface DSAKeyPairOptionsimport { type DSAKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; Type ParametersPubF extends KeyFormatPrivF extends KeyFormatPropertiesmodulusLength: numberKey size in bits divisorLength: numberSize of q in bits publicKeyEncoding: { type: "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }import DSAKeyPairOptionsimport { DSAKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";