/** * 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<void>} */ export function loadWasmAsync(): Promise<void>; export function loadWasmSync(): void;