/** * Decrypts a payload produced by `encryptAesGcm`. * Throws when the payload is tampered with or the secret is wrong. */ export declare function decryptAesGcm(payload: string, secret: string): string; //# sourceMappingURL=decrypt-aes-gcm.d.ts.map