/** * Load the WebAssembly module in the background, if it has not already been loaded. * * Returns a promise which will resolve once the other methods are ready. * * @returns {Promise} */ export function loadWasmAsync(): Promise; export function loadWasmSync(): void;