import type { EncryptDecryptAlgorithmParams } from '../../types'; export default function _encryptDecryptAlgorithmConfig(algorithm: EncryptDecryptAlgorithmParams): RsaOaepParams | AesGcmParams;