export declare function decryptAESKey(encryptedAESKey: ArrayBuffer, privateKey: CryptoKey): Promise;