export declare function encryptDataWithAESKey(text: string, hexKey: string): Promise;