interfacecrypto.KeyPairExportResultinterface KeyPairExportResult<T extends KeyPairExportOptions>privateKey: KeyExportResult<T['privateKeyEncoding'], KeyObject>publicKey: KeyExportResult<T['publicKeyEncoding'], KeyObject>