declare class Decryptor { static decrypt(sessionKey: string, iv: string, ciphertext: string): Record; } export = Decryptor;