The code below: ```ts import cryptoWasm from '@originjs/crypto-js-wasm'; const rsa = new cryptoWasm.algo.RSA(); ``` Results in the following error: ``` This expression is not constructable. Type 'WasmRSAAlgoClass' has no construct signatures. ```