export declare function decryptDataWithAESKey(encryptedText: string, hexKey: string): Promise;