/// import type { EncryptDecryptAlgorithmParams } from '../../types'; declare function _encryptAesGcm(plaintext: string, key: string, algorithm: EncryptDecryptAlgorithmParams): Promise; export default _encryptAesGcm;