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