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