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