import type { IMmdWasmInstanceType, MmdWasmType } from "../mmdWasmInstance"; /** * Singlethreaded release build MmdWasmInstanceType with integrated bullet physics * * Requirements for use: * * - Browser that supports WebAssembly */ export declare class MmdWasmInstanceTypeSPR implements IMmdWasmInstanceType { getWasmInstanceInner(): MmdWasmType; }