/** * @name initWasm * @description * For historic purposes and for tighter control on init, specifically performing * a WASM initialization with only WASM (generally the default for most platforms) * * Generally should not be used unless you want explicit control over which * interfaces are initialized. */ export declare function initWasm(): Promise;