interface KeyExportOptions Usage in Deno```typescript import { type KeyExportOptions } from "node:node__crypto.d.ts"; ``` Type Parameters T extends KeyFormat Properties type: "pkcs1" | "spki" | "pkcs8" | "sec1" format: T optional cipher: string | undefined optional passphrase: string | Buffer | undefined